Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

one error in run time

raulepuebla
Beginner
520 Views
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.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
520 Views
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.
0 Kudos
Reply