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

Image may not run

asderwt
Beginner
388 Views
Hi,
I frequently get the following warning message

warning LNK4084: total image size 542310400 exceeds max (268435456); image may not run

Nevertheless the program can be executed without any problems. I have already read the link http://h18009.www1.hp.com/fortran/kb/q1019.html.
My question: Is there any chance to see which array / variable takes how much allocated memory (static, Fortran77)? This may help to detect which array is responsible for the warning message.

Digital Visual Fortran V6.0A
Win XP

Best regards
Lars Panning

0 Kudos
2 Replies
Steven_L_Intel1
Employee
388 Views
If you generate a source listing (Project..Settings..Fortran..Listing Files..Source Listing), it will include a list of arrays with their sizes.

Steve
0 Kudos
asderwt
Beginner
388 Views
Hi Steve,
that works pretty well! Thanks a lot and Happy Easter.
Lars
0 Kudos
Reply