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.
29282 Discussions

problem during multi file optimization compilation (code 3)

kapa2010
Beginner
1,153 Views
Hi everyone,

I use ifort compiler and while trying compiling megan (emisson model) code i see this error :

ifort: error: problem during multi-file optimization compilation (code 3)

Any idea? I use 2 linked libraries (netcdf and ioapi)

Thanks
0 Kudos
5 Replies
Steven_L_Intel1
Employee
1,153 Views
This error is almost always preceded by a more meaningful compiler error, which is what you should look at. Are you using /Qipo?
0 Kudos
kapa2010
Beginner
1,153 Views


Hi thanks for your replyment,

In fact before that mesaage i see this:
fortcom:Severe: **Internal compiler error:Internal Abort** Please report this error along with the circumstances in which it occured in a Software problem Report

doesnt note any line of a file for example that there is a possible syntax error...


0 Kudos
Steven_L_Intel1
Employee
1,153 Views
Ok. Would you please provide us with the source file being compiled, and the command line used? If it's a VS project, you can attach a ZIP of the project after doing a Build > Clean.

Which compiler version are you using? Include the update number.
0 Kudos
kapa2010
Beginner
1,153 Views
I solved the problem..I installed again my libraries and i linked them again..Now runs without problems..

Thanks anyway

kallia
0 Kudos
Steven_L_Intel1
Employee
1,153 Views
Ok - thanks. If you encounter "internal compiler error" again, and are using a current compiler version, please let us know.
0 Kudos
Reply