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

problrem using ifort with MARC

hackekc6
Beginner
506 Views

High,

I installed Intel Fortran compiler (no comercial version) on RHEL 5 (64 bit) to use it with MARC software. When I try to complie a program I get

fortcom: Severe: **Internal compiler error: internal abort** Please report this
error along with the circumstances in which it occurred in a Software Problem Re
port. Note: File and line given may not be explicit cause of this error.

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

Any thoughts?

Regards, Klaus Hackenberg

0 Kudos
1 Reply
Kevin_D_Intel
Employee
506 Views

Unfortunately, it appears the source file being compiled caused an internal compiler error. You can ignore the subsequent error #10014. That is a by-product of the earlier internal failure.

If you are not using the latest Linux 10.1.018 update, then you could try that to see if the internal error is already fixed. If it is not fixed in 10.1.018, then you might be able to work-around the error by adjusting the compiler options. It is best report the error to Intel Premier herefor us to assist further unless you want to post your source to this forum thread.

When submitting to Premierplease attach acopy of the source file and indicate the compiler options used. If you cannot provide the source then try dropping the optimization to -O0. If the error persists then it likely involves the Fortran front-end in which case a source code modification is the next possible work-around, but we would need to see the source.

You could also consider trying the 11.0 Beta compiler. See the permanent announcement regarding that at the top of this Forum.

0 Kudos
Reply