- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am using the Intel Fortran compiler version 11.1, and am getting a catastrophic error when trying to compile a Fotran program:
-----------------------------------------------------------------
[user@login00 ~]$ ifort -c eaimInput.for
: catastrophic error: **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 eaimInput.for (code 3)
-----------------------------------------------------------------
Does this mean that is a bug with the compiler?
Thanks in advance,
Wadud.
I am using the Intel Fortran compiler version 11.1, and am getting a catastrophic error when trying to compile a Fotran program:
-----------------------------------------------------------------
[user@login00 ~]$ ifort -c eaimInput.for
: catastrophic error: **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 eaimInput.for (code 3)
-----------------------------------------------------------------
Does this mean that is a bug with the compiler?
Thanks in advance,
Wadud.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it is a bug in the compiler. It would be preferable to try the current ifort release, and submit a problem report on premier.intel.com if still advised. If you don't want to do that, you can try cutting back on optimization, with options such as -fno-inline-functions or
-O0
...
-O0
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've seen problems like this when the source program was a machine created program (10,000's of lines). Is this a machine created file (eaimInput.for)?
Jim Dempsey
Jim Dempsey

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