blob: be60552a7d1b5ecac5c07fd3aca8c1b54c7348a6 [file] [log] [blame]
implicit none
if (this_image() == 1) print *, 'number of Fortran coarray images:', num_images()
sync all ! semaphore, ensures message above is printed at top.
print *, 'Process ', this_image()
end program