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

Increase Stacksize?

rre9518
Beginner
341 Views
How do I increase the stacksize with Visual Fortran (using Visual Studio 2005).
0 Kudos
2 Replies
rre9518
Beginner
341 Views

In Visual Fortran I see under linker options

StackSize Reserved

StackSize Commit

0 Kudos
Steven_L_Intel1
Employee
341 Views
Reserved is what you want. Enter a decimal number of bytes.

If you're looking at this, you may want to consider /heap-arrays added under Fortran > Command Line > Additional Options. This will tell the compiler to use dynamic allocation rather than the stack for temporary array copies.
0 Kudos
Reply