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

Static verifier out of memory message

albert
Beginner
626 Views
I tried the "Static Verifier" on the project I'm working on.
I succesfully coompiled al sources to .o files. During running the linker I get the following message:
Fatal compilation error: Out of memory asking for 2097160.
icpc: error #10014: problem during multi-file optimization compilation (code 1)

I'm using the Intel 10.1 compiler on a 64-bit linux system.

Is there a way to overcome this problem?

Albert

0 Kudos
2 Replies
Steven_L_Intel1
Employee
626 Views
Unfortunately, not. While 10.1 does reduce the memory needed by SV, it still uses a lot and large applications may not be buildable with SV.
0 Kudos
albert
Beginner
626 Views
That is a pity. That the application is not buildable would be OK but I would like to have it checked at least (but this probably requires building it).

I did another run (on the same soures) wit some other settings and now I get:
(0): internal error: backend signals

icpc: error #10014: problem during multi-file optimization compilation (code 4)

Best Regards

Albert
0 Kudos
Reply