- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
! ifort runtime failure caused by declaring a team_type variable
! ifort version 2021.4.0
! ifort -coarray -coarray-num-images=4 test.f90 -o a.out
! RUN-TIME ERROR MESSAGE (respectively for each coarray image):
! forrtl: error (329): Image 1: the specified team does not exist
! In coarray image 1
! Image PC Routine Line Source
! libicaf.so 00007F1CB3F06B82 Unknown Unknown Unknown
! a.out 0000000000404942 Unknown Unknown Unknown
! a.out 00000000004048E2 Unknown Unknown Unknown
! libc-2.31.so 00007F1CB3B9E0B3 __libc_start_main Unknown Unknown
! a.out 00000000004047EE Unknown Unknown Unknown
module a
use, intrinsic :: ISO_FORTRAN_ENV, only: team_type
contains
subroutine a_method
type (team_type) :: team1 ! this team_type declaration alone causes the runtime failure
end subroutine a_method
end module a
program main
use a
call a_method
end program main
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your report. This issue has been escalated to engineering.
CMPLRLIBS-33620
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your report. This issue has been escalated to engineering.
CMPLRLIBS-33620
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