- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
During the upgrade from CVF to Intel, we have encountered a bug where a C++ call to a Fortran routine now fails with a stack overflow. It worked fine in CVF. There are a large numberof local variables defined in the subroutine and I suspect that it breaks some limit. I seem to remember in CVF there was a way to increase the stack size on the compliation options, but I cannot see this on the Intel compiler. Did I just miss it?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/stack options are the same as for CVF e.g. append
/link /stack:nnnnnnnnn
It's true this is needed more frequently nowadays, and the available space is more restricted with XPSP2.
/link /stack:nnnnnnnnn
It's true this is needed more frequently nowadays, and the available space is more restricted with XPSP2.

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