- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

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