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

Stack size

Zuheyr_A_
Beginner
600 Views
Hello,

I am using Intel fortran compiler 11.0/074 on Intel Core 2 Duo Dell desktop. When I have large array sizes (large grids) the
program runs and at some point just dies with a segmentation fault...
----------------------
xi lines are done
k is 1
-------> Created the flat plate control grid:161x221x 49 points
Segmentation fault
-----------------------

With smaller dimensions it runs. The bad thing is even the debug version dies similarly without any warning.

I have almost all (probably not all) array allocations checked for error...

I have 2GB RAM memory.

Can you please help me? Many thanks and kind regards, Zuheyr
0 Kudos
2 Replies
Zuheyr_A_
Beginner
600 Views
Hello,

I am using Intel fortran compiler 11.0/074 on Intel Core 2 Duo Dell desktop. When I have large array sizes (large grids) the
program runs and at some point just dies with a segmentation fault...
----------------------
xi lines are done
k is 1
-------> Created the flat plate control grid:161x221x 49 points
Segmentation fault
-----------------------

With smaller dimensions it runs. The bad thing is even the debug version dies similarly without any warning.

I have almost all (probably not all) array allocations checked for error...

I have 2GB RAM memory.

Can you please help me? Many thanks and kind regards, Zuheyr

Hello,

I am sorry to reply to my own question but I found the answer myself.

ulimit -s solved it... In case there is somebody else like me who did not know...

Kind regards and thanks for reading, Zuheyr
0 Kudos
pze593
Beginner
600 Views

Hello,

I am sorry to reply to my own question but I found the answer myself.

ulimit -s solved it... In case there is somebody else like me who did not know...

Kind regards and thanks for reading, Zuheyr

What did you put on byte size, can you give more information about this issue?
0 Kudos
Reply