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

ifx "Internal compiler error: internal abort

BrunoAnd
Beginner
587 Views

Hi,

My concern is related to the porting of fortran application developped on AIX to RedHat Linux release 9.2. I use the last version of the Intel compiler (intel/2024.0.1). When using the ifort, the compilation failed with the following message "error #5623: **Internal compiler error: internal abort**". The file and line given by this error is not explicit.

I have also the following message:

#0 0x000000000232d4ea
#1 0x0000000002394d07
#2 0x0000000002394cd6
#3 0x0000000002306e3c
#4 0x0000000002304350
#5 0x0000000002314c19
#6 0x00000000023666a7
#7 0x00000000023653f2
#8 0x0000000002364901
#9 0x00000000022703db
#10 0x000000000226fd9e
#11 0x0000000002452dbe
#12 0x00007f2066e3feb0
#13 0x00007f2066e3ff60 __libc_start_main + 128
#14 0x00000000020ab129

 

Note: the fortran application is successfuly buill with ifort, unfortunately ifort is deprecated and Intel recommands transition to ifx.

Please, help

Thanx

0 Kudos
1 Reply
andrew_4619
Honored Contributor III
518 Views

There isn't anything to comment on without some code that creates the issue being posted. If your Fortran file contains a number of routines or modules you can progressively delete parts to see if you can isolate what causes the issue and post a small reproducer code of that if possible. Workarounds may then be possible and intel can investigate/fix the problem.

Reply