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 have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29329 Discussions

ifort 8.1 OpenMP: Internal compiler error

dan0112
Beginner
560 Views
Hi

my F90 project runs fine with the -openmp flag when I compile and link it on the local machine with the Intel Fortran Compiler 11.1 (under OpenSuse 11.0). However, when I want to do the same on our server (running OpenSuse Server 9.2), where only IFC 8.1 is installed, I get the following error during compilation:

fortcom: Severe: main.f90, line 117: **Internal compiler error: internal abort** 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.
do l=1,lpoints
--------^

This is right after the first OpenMP directive, which is
!$OMP PARALLEL PRIVATE(l,e,k)
!$OMP DO

Without the -openmp flag, the project compiles and runs fine on IFC 8.1. I checked the documentation and couldn't find a solution. Any ideas what is happening and what I can do about it?

Thanks a lot!

Daniel
0 Kudos
1 Reply
Steven_L_Intel1
Employee
560 Views
You can read our Internal Compiler Error knowledge base article but there may not be much that you can do. I will comment that version 8.1 is very old at this point and no longer supported. Version 11.0 is current.
0 Kudos
Reply