- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
The error you are running into now is very likely fixed in a later version.
Regards,
Arjen

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page