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

compilation aborted for ... (code 3)

mohanmuthu
New Contributor I
565 Views
Hi,

I am trying to migrate from CVF 6.6 to ifort 9.1, whereI used "Intel Fortran Compiler for Intel EM64T-based applications, Version 9.1Build 20060323 Package ID: l_fc_p_9.1.032" to compile my codes. But forfew files, I get following error.

fortcom: Severe: **Internal compiler error: segmentation violation signal raised** 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 ... (code 3)

Can anyone help me to find right compiler options to trace the location/cause of error in ifort 9.1?

Thanks,
Mohan
0 Kudos
2 Replies
mohanmuthu
New Contributor I
565 Views
Two additional info:
I use command prompt to compile. "ifort -c *.f90".
I compile in GNU/Linux 2.6.18-164.el5, x86_64

I picked one file, whichgave this error and did some testing. It had 5 subroutines, and started compiling one at a time (deleting all others) and found compiling. When I kept more than one subroutine, then it posed the same error.

I could compile the whole code and get the .exe file in windows (ifort 9.1.037). So, I think, code is goodbutI miss somethingin getting toLinux.

Unfortunately, I could not share my code.
0 Kudos
Arjen_Markus
Honored Contributor II
565 Views
You will have to upgrade your compiler - version 9.1 is very old. The current version is 12.1

The error you are running into now is very likely fixed in a later version.

Regards,

Arjen
0 Kudos
Reply