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

catastrophic error: ICE

eliosh
Beginner
302 Views

Hello,

For some reason I get a catastrofic error when I try to compile one of the attached files:

ifort ice.f90

 

gives me the following

-------------------------------------------------------------------------------------------------------------------------------

0_12032

: 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 ice.f90 (code 3)
--------------------------------------------------------------------------------------------------------------------------------~/sandbox/fortran/opt$ ifort -V
Intel Fortran Intel 64 Compiler Professional for applications running on Intel 64, Version 11.1 Build 20100203 Package ID: l_cprof_p_11.1.069
Copyright (C) 1985-2010 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

 

For your convenience I attach all three files (the main program and two modules).

 

Thank you.

0 Kudos
2 Replies
Ron_Green
Moderator
302 Views

I'll get a bug report started. Thanks for sending this to us.

issue ID is DPD200151591

ron

0 Kudos
Ron_Green
Moderator
302 Views

This was fixed in the 13.1 compilers

ron

0 Kudos
Reply