Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Memory probelm

Emiliano_Cancellieri
574 Views
Hi,

I'm running a code using the intel fortran compiler 11.1 and the FFT of the mkl that come with the same compiler. The code is perfectly working when I'm running codes using small amount of memory but gives segmentation fault when I'm trying to use bigger arrays.
I've tryied the -mcmode medium and large option while compiling but I still have the same problem. It is not a problem of few amount of ram since the same code can run on another
machine with older verions of the compiler and and mkl and with smaller amount of ram.

Any advise?
thanks
emiliano
0 Kudos
2 Replies
Ron_Green
Moderator
574 Views
Try this article:

http://software.intel.com/en-us/articles/determining-root-cause-of-sigsegv-or-sigbus-errors/

which is listed in the articles at the top of this forum.

ron
0 Kudos
Emiliano_Cancellieri
574 Views
Perfectly working,

thanks

emiliano
0 Kudos
Reply