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

Catastrophic error during compilation

richard_f_
Beginner
227 Views

Hi,

when compiling my project I get the following error:

fcph.for(61): catastrophic error: **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.
compilation aborted for fcph.for (code 1)

this error happens after this command:

ifort -c fcph.for

I am using the following version of ifort

ifort (IFORT) 17.0.1 20161005
Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.

I am using

Red Hat Enterprise Linux Workstation release 7.3 (Maipo)

With

Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz

The code compiles with no problem with the version 12 of ifort.

Any ideas? Thank you.

 

 

 

 

 

0 Kudos
2 Replies
mecej4
Honored Contributor III
227 Views

This problem also occurs in the Windows 2017U1 compiler, and was previously reported. Please see https://software.intel.com/pt-br/node/702117 and https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/702945 . Perhaps the work-around suggested there will help you, too.

0 Kudos
Kevin_D_Intel
Employee
227 Views

Thank you for reporting the error Richard. Thank you mecej4 for the analysis and cross-reference to the earlier reports. I checked the earlier submitted internal tracking id and there is not a fix available yet.

(Internal tracking id: DPD200415852)

0 Kudos
Reply