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

catastrophic error with Intel Fortran 17.0.0.098

luiceur
Beginner
280 Views

Hello,

I just wanted to report this compilation error that I get compiling fortran coarray code with intel 17.0.0.098

ftn -c -assume realloc_lhs -coarray=shared -debug full -traceback -free -fPIC -warn all -O2 -qopt-report  cgca_m3gbf.f90
ifort: remark #10397: optimization reports are generated in *.optrpt files in the output location
cgca_m3gbf.f90(119): 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 cgca_m3gbf.f90 (code 1)

 

This is not the case with Intel 16.0.2.181, which compiles without any problems

Regards,

Luis

0 Kudos
2 Replies
mecej4
Honored Contributor III
280 Views

You may try updating to 17.0.1, which was released recently. If you want the problem investigated further, please provide the source code for cgca_m3gbf.f90 (or a link to it).

0 Kudos
Kevin_D_Intel
Employee
280 Views

Same issue reported earlier here, https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/660230. The issue is fixed in the 17.0.1 update.

0 Kudos
Reply