- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have compiled a code by the following switches:
ifort /4R8 /O3 /Qopenmp h.f
When I run the h.exe I get the error:
forrtl: severe (170): Program Exception - stack overflow
Image PC Routine Line Source
h 00000001400DB9D7 Unknown Unknown Unknown
h 0000000140001016 Unknown Unknown Unknown
h 00000001400D8C0C Unknown Unknown Unknown
h 00000001400B5CD5 Unknown Unknown Unknown
kernel32.dll 000000007797F33D Unknown Unknown Unknown
ntdll.dll 0000000077BB2CC1 Unknown Unknown Unknown
Could someone help me what the problem with my code can be?
Thanks.
I have compiled a code by the following switches:
ifort /4R8 /O3 /Qopenmp h.f
When I run the h.exe I get the error:
forrtl: severe (170): Program Exception - stack overflow
Image PC Routine Line Source
h 00000001400DB9D7 Unknown Unknown Unknown
h 0000000140001016 Unknown Unknown Unknown
h 00000001400D8C0C Unknown Unknown Unknown
h 00000001400B5CD5 Unknown Unknown Unknown
kernel32.dll 000000007797F33D Unknown Unknown Unknown
ntdll.dll 0000000077BB2CC1 Unknown Unknown Unknown
Could someone help me what the problem with my code can be?
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It may not be a problem with your code. If you add /traceback you'll get routine and line info.
Try adding at the end of the compile/link line: /link /stack:100000000
and see what happens.
Try adding at the end of the compile/link line: /link /stack:100000000
and see what happens.

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