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

How to identify the most static memory consuming variables with Intel Fortran?

lccostajr
Beginner
736 Views

Hi,

I have a big Fortran program in which all variables are static and divided in several common files. The size of these variables/arrays are defined as parameters and I would like to increase one of these parameters.

However, I am having problems to generate the executable because the image size hit the maximum allowable size:

LINK : fatal error LNK1248: image size (A52E4000) exceeds maximum allowable size (80000000)

What is the easiest way to identify which are the most memory consuming variables?

Thanks in advance.

0 Kudos
1 Reply
mecej4
Honored Contributor III
736 Views

Try the /list /show:nooptions options.

0 Kudos
Reply