- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do I increase the stacksize with Visual Fortran (using Visual Studio 2005).
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In Visual Fortran I see under linker options
StackSize Reserved
StackSize Commit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page