Matlab --> Fortran crash memory issue
이전 댓글 표시
Hi,
I am using matlab with intel fortran and I noticed that running the .mex files that matlab simply crashes if the matrix I am sending to fortran is very large. It can not be that I am out of memory but it seems more like it might be the 4GB threshold that might cause this. I am using the -largearraydims option. Is there anything else I have to do? Thank you
댓글 수: 3
James Tursa
2012년 7월 10일
32-bit or 64-bit? What is mwSize for your system (4-byte or 8-byte)? What are the dimensions of your large variable?
James Tursa
2012년 7월 11일
Can you post a small code example that reproduces the problem?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Fortran with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!