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

How to enlarge stack size?

ppthelion
Beginner
728 Views
Hi :
How to enlarge stack size under intel fortran11.051+vs2008+ windows7 ? When I change the size of the array low,the program runs well ,but when I change larger ,compiler shows 'stack flow'.In CVF, it's easily to change the stack size ,but How for configuration in IVF, any hints is appreciated!
Thanks!
P
0 Kudos
2 Replies
tropfen
New Contributor I
728 Views
Quoting - ppthelion
Hi :
How to enlarge stack size under intel fortran11.051+vs2008+ windows7 ? When I change the size of the array low,the program runs well ,but when I change larger ,compiler shows 'stack flow'.In CVF, it's easily to change the stack size ,but How for configuration in IVF, any hints is appreciated!
Thanks!
P
Hello,

- in VS2008 select the menu project / 'project' properties
- in the dialog you can select (debug, release or both)
- select linker / system
- edit stack reserve size

Frank
0 Kudos
ppthelion
Beginner
728 Views
Quoting - tropfen
Hello,

- in VS2008 select the menu project / 'project' properties
- in the dialog you can select (debug, release or both)
- select linker / system
- edit stack reserve size

Frank

Thanks a lot,it worked!!
0 Kudos
Reply