Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

catastrophic error

hpc_admin
Beginner
777 Views
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.

0 Kudos
2 Replies
TimP
Honored Contributor III
777 Views
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
...
0 Kudos
jimdempseyatthecove
Honored Contributor III
777 Views
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
0 Kudos
Reply