- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I compiled a code for f90 with ifort and when I run the program, it crashed with the following error:
Error in SET_VAR_RAD_MOD
Unable to allocate required memory
IOS= 41
Someone there knows what do this mean? and how can I fix it?
Thank you.
rau.
I compiled a code for f90 with ifort and when I run the program, it crashed with the following error:
Error in SET_VAR_RAD_MOD
Unable to allocate required memory
IOS= 41
Someone there knows what do this mean? and how can I fix it?
Thank you.
rau.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That error comes from your program. Search its source for that text to see where it came from. However, the error in general is that the program tried to allocate more virtual memory than was available. There are many possible causes for this, some that can be fixed in the code, some that can't.

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