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
初学者
724 次查看
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 项奖励
2 回复数
ArturGuzik
重要分销商 I
724 次查看

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 项奖励
monmouth
初学者
724 次查看

A,

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

Many Thanks

Stu

0 项奖励
回复