Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Image may not run

asderwt
Principiante
970 Visualizações
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 Respostas
Steven_L_Intel1
Funcionário
970 Visualizações
If you generate a source listing (Project..Settings..Fortran..Listing Files..Source Listing), it will include a list of arrays with their sizes.

Steve
asderwt
Principiante
970 Visualizações
Hi Steve,
that works pretty well! Thanks a lot and Happy Easter.
Lars
Responder