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

Internal space exceeded?

aelliott
Beginner
498 Views


When compiling on my W7x64 box with Intel Fortran 11.1.067 and 6 GB of RAM , I received the following warnings:

Space exceeded in Data Dependence Test in FAST_IO_SUBS_mp_CHCKOUTLST
Subdivide routine into smaller ones to avoid optimization loss

An internal threshold was exceeded for routine FAST_IO_SUBS_mp_CHCKOUTLST and op
timization level may be reduced. See HTTP://SOFTWARE.INTEL.COM/EN-US/ARTICLES/IN
TERNAL-THRESHOLD-WAS-EXCEEDED for more information and advice.

This page does not seem to exist, however. Is there another location?

0 Kudos
1 Reply
TimP
Honored Contributor III
498 Views
Did you mean this URL ? Did you try /Qip- or similar options, in case you don't need aggressive interprocedural optimization and can get otherwise normal optimization?
0 Kudos
Reply