- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
the attached code gives an internal compiler error when using
-openmp:
ifort -c -openmp ice.f90
ice.f90(1): catastrophic error: **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.
module mod_error_norms
^
compilation aborted for ice.f90 (code 3)
ifort -V
Intel Fortran Intel 64 Compiler Professional for applications
running on Intel 64, Version 11.0 Build 20090131 Package ID:
l_cprof_p_11.0.081
module mod_error_norms
implicit none
private
contains
subroutine hybrid_err()
!$omp parallel
!$omp end parallel
end subroutine hybrid_err
subroutine primal_err(uuu)
interface
pure function uuu(xy) result(u)
real, intent(in) :: xy(:)
real :: u(size(xy))
end function uuu
end interface
end subroutine primal_err
end module mod_error_norms
the attached code gives an internal compiler error when using
-openmp:
ifort -c -openmp ice.f90
ice.f90(1): catastrophic error: **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.
module mod_error_norms
^
compilation aborted for ice.f90 (code 3)
ifort -V
Intel Fortran Intel 64 Compiler Professional for applications
running on Intel 64, Version 11.0 Build 20090131 Package ID:
l_cprof_p_11.0.081
module mod_error_norms
implicit none
private
contains
subroutine hybrid_err()
!$omp parallel
!$omp end parallel
end subroutine hybrid_err
subroutine primal_err(uuu)
interface
pure function uuu(xy) result(u)
real, intent(in) :: xy(:)
real :: u(size(xy))
end function uuu
end interface
end subroutine primal_err
end module mod_error_norms
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I reproduced the error and reported this to the development team. It is not fixed in any of our latest development compilers either. Thank you for the nice reproducer.(Internal ref. DPD200118376)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As Steve previously announced (here), the 11.1 Release is now available, including the fix related to this thread.

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