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.

Stack limit question

sabdel
Beginner
510 Views
Hi,
I would like to ask you a small question concerning the ifort9.0 version which i'm using under lunix to compile my code, I read a replay from luxiaod user who had a problem of stack size, my problem is similar, my code works well up to some size of arrays, but it crashs with the message " erreur de segmentation" when I increase this array, I would like to know how luxiaod did to increase this stack size?
thanks for all.

Message Edited by Steve_Lionel on 05-10-2006 03:08 PM

0 Kudos
1 Reply
Steven_L_Intel1
Employee
510 Views
On Linux, stacksize is a process limit which you raise with a shell command, such as ulimit or limit stacksize.
0 Kudos
Reply