Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Stack limit question

sabdel
Beginner
625 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
625 Views
On Linux, stacksize is a process limit which you raise with a shell command, such as ulimit or limit stacksize.
0 Kudos
Reply