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

Ifort error after updating intel compiler 17.0 to 18.0

sungho_l_
Beginner
334 Views

 I have compiler(ifort) errors after updating Intel compiler 17.0 to 18.0

The compiler command window shows 

"Severe: **Internal compiler error: internal abort** Please report this error along with the circumstances in which it occurred in a Software Problem Report.  Note: File and line given may not be explicit cause of this error. ifort: error #10014: problem during multi-file optimization compilation (code 3)"

Before version updates, my code was successfully compiled. 

Any ideas?

0 Kudos
2 Replies
mecej4
Honored Contributor III
334 Views

As is usual for any internal compiler error, provide a sample source code, information regarding the compiler and OS versions, and provide instructions for reproducing the error.

0 Kudos
Lorri_M_Intel
Employee
334 Views

An "internal compiler error" is always a compiler problem.

I agree with mecej4, we cannot diagnose/fix the problem without a reproducer.

In the meantime, please try disabling the link-time optimizations by adding /Qipo-  to the list of commands.

               Thank you -

                              --Lorri

0 Kudos
Reply