logical dbgflag
integer wrank
common /mtest/ dbgflag, wrank
+ integer myindex
+ common /grr/ myindex
call MPI_Initialized( flag, ierr )
if (.not. flag) then
endif
dbgflag = .false.
+ myindex = 0
call MPI_Comm_rank( MPI_COMM_WORLD, wrank, ierr )
end
C
endif
myindex = mod( myindex, 4 ) + 1
MTestGetIntracomm = comm .ne. MPI_COMM_NULL
+ qsmaller=.true.
end
C
subroutine MTestFreeComm( comm )