- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This may overlap with previous issues, but is simpler.
PROGRAM Main
TYPE :: Mytype
INTEGER, ALLOCATABLE :: ptr(:)
END TYPE Mytype
TYPE(Mytype) :: coarray
ALLOCATE(coarray%ptr(3))
IF (THIS_IMAGE() == 2) coarray%ptr = 123
SYNC ALL
IF (THIS_IMAGE() == 1) THEN
coarray = coarray[2]
PRINT *, coarray%ptr
END IF
END PROGRAM Main
-1083162920 32767 -1083162920
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Nick, We'll check this out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is an issue we're already working on. Issue ID is DPD200255148.

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