You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
program caf_hello
character*80 hostname
call hostnm(hostname)
write(*,*) "Hello from image ", this_image(), &
"running on ", trim(hostname), &
" out of ", num_images()
end program caf_hello