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.

Stacksize

franznietzsche
Beginner
458 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
458 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