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

Stacksize

franznietzsche
Beginner
443 Views
How do you increase the stacksize in the 8.0 fortran compiler? I'm having a segmentation fault runtime error, and i'm pretty sure this is the problem.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
443 Views
It's not the compiler but the shell. The commands vary by shell, but popular options are:

ulimit -s
or
limit stacksize unlimited

Note that sometimes "unlimited" is actually a fixed value that is lower than the actual limit you could set directly.
0 Kudos
Reply