Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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.

Out of memory error

meow
Beginner
376 Views
While compiling I get the following error:

FATAL COMPILATION ERROR: OUT OF MEMORY 32776

The program consists of many subroutines. I tried to make shorter subroutines but the problem persists.

The computer is a Xeon 5160, 64 bit, with 16 GB of RAM. This problem does not happen when I use the debug option; only when I use the release option.

Any idea why this is happening and how to fix it?

Pablo
0 Kudos
1 Reply
Steven_L_Intel1
Employee
376 Views
Please submit a report to Intel Premier Support and attach a ZIP of your project in the state after a build. There can be many possible reasons for this, but most likely the optimizer ran out of memory. This can happen more if you use /Qipo or /O3 options. It may help if you split the long files into several shorter files with different sets of routines.
0 Kudos
Reply