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

Insufficient system resources

beezhazen
Beginner
307 Views
Hi.

During linking, I get the message:

Linking...
Release/happy.exe : warning LNK4084: total image size 1818935296 exceeds max (268435456); image may not run

happy.exe - 0 error(s), 1 warning(s)

During execution of happy.exe (from cmd.exe )and occuring at a seemingly random place in the long-term simulation, I get the message:

forrtl: Insufficient system resources exist to complete the requested service.

forrtl: severe (38): error during write, unit 21, file c:this-is-the-file-name.out

Are these related?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
307 Views
Probably. You're starting out with close to 2GB of virtual memory allocated just for your EXE. I'm astonished it ran at all... The RTL probably got an "insufficient virtual memory" error trying to allocate data structures for opening the file.

You need to cut down the size of the arrays or go buy an Itanium system...

Steve
0 Kudos
Reply