- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am having a stack overflow message - error message 170.
I am using Intel Fortran 11 with Microsoft Visual Studio.
I tried to goto Project > Properties > Fortran > Command Line
and add /F100000000 at the "Additional Options" box. It did not work.
I also tried to add /heap_arrays instead of /F100000000 but I get the following message when I compile:
ifort: command line warning #10006: ignoring unknown option '/heap_arrays'
In summary, I want to increase the stack size butIguess I am doing something wrong. Could someone help me on that?
Thanks,
Rafael
I am having a stack overflow message - error message 170.
I am using Intel Fortran 11 with Microsoft Visual Studio.
I tried to goto Project > Properties > Fortran > Command Line
and add /F100000000 at the "Additional Options" box. It did not work.
I also tried to add /heap_arrays instead of /F100000000 but I get the following message when I compile:
ifort: command line warning #10006: ignoring unknown option '/heap_arrays'
In summary, I want to increase the stack size butIguess I am doing something wrong. Could someone help me on that?
Thanks,
Rafael
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hmm - that should have worked. Try spelling it /heap-arrays instead. (I thought /heap_arrays would also work.)
An alternative is to go to the property Linker > System > Stack Reserve Size and set it high.
An alternative is to go to the property Linker > System > Stack Reserve Size and set it high.
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