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

Total image size exceeds max

monmouth
Beginner
531 Views
We are trying to convert an old Fortran 77 application to modern day free format code. When trying to rebuild the project the error "Warning Lnk4084: total image size 467791872 exceeds max (268435456) ; image may not run" occurs. I think this is because of the shear number (and sizes) of the arrays in the program and they way memory is allocated to them???? Is there a way to reduce the memory allocated to the arrays or to increase the maximum allowable limit?
Please excuse my ignorance if this is not what is happening but I have never come across this error before.
Many thanks
Stu
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
531 Views

Stu,

I remember that for that type of question Steve pointed once to that KB article http://h18009.www1.hp.com/fortran/kb/q1019.html. You can also try to search archive posts for that issue.

A.

0 Kudos
monmouth
Beginner
531 Views

A,

Thank you. Found it just a couple of minutes ago! I really should try searching!

Many Thanks

Stu

0 Kudos
Reply