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
allocate(ranks(nprocs), stat=stat) ! There is some really weird bug going on here. The entire program fails if I don't do this allocation. I need to experiment more.
60
59
61
60
call mpi_barrier(colored_comm, mpierr)
62
61
if(rank .eq. root) then
63
-
write(*,*) "world", color, "got the following ranks from the whole world:", world_ranks
62
+
write(*,*) "World", color, "got the following ranks from the whole world:", world_ranks
0 commit comments