Changeset 22532
- Timestamp:
- 03/12/18 10:49:04 (7 years ago)
- Location:
- issm/trunk-jpl/test/MITgcm/code
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/MITgcm/code/eeboot_minimal.F
r22392 r22532 67 67 #ifdef ALLOW_CPL_ISSM 68 68 COMMON /CPL_MPI_ID/ 69 & mpiMyWid 70 integer :: mpiMyWid, numprocsworld 71 integer my_local_rank,my_local_size 72 integer toissmcomm 73 integer dummy1(1),dummy2(1) 74 integer, dimension(mpi_status_size) :: status 69 & mpiMyWid, toissmcomm 70 INTEGER mpiMyWid, toissmcomm 71 integer my_local_rank,my_local_size, numprocsworld 72 integer dummy1(1),dummy2(1) 73 integer status(MPI_STATUS_SIZE) 75 74 #endif /* ALLOW_CPL_ISSM */ 76 75 #if defined(ALLOW_NEST_PARENT) || defined(ALLOW_NEST_CHILD) … … 210 209 211 210 if (my_local_rank .eq. 0) then 212 call MPI_Send(dummy2,1,MPI_INT,0,1,toissmcomm,mpiRC)213 call MPI_Recv(dummy1,1,MPI_INT,0,1,toissmcomm,status,mpiRC)211 cdb call MPI_Send(dummy2,1,MPI_INT,0,1,toissmcomm,mpiRC) 212 cdb call MPI_Recv(dummy1,1,MPI_INT,0,1,toissmcomm,status,mpiRC) 214 213 end if 215 214 216 call MPI_Bcast(dummy1,1,MPI_INT,0,MPI_COMM_MODEL,mpiRC) 217 print*, 'Ocean : dummy received:',dummy1 218 215 cdb call MPI_Bcast(dummy1,1,MPI_INT,0,MPI_COMM_MODEL,mpiRC) 216 cdb print*, 'Ocean : dummy received:',dummy1 219 217 220 218 #endif /* ALLOW_CPL_ISSM */
Note:
See TracChangeset
for help on using the changeset viewer.