37 USE spmd_comm_world_mod,
ONLY : spmd_comm_world
38#include "implicit_f.inc"
51 INTEGER SRBUF(*), LEN, LRECV
56 INTEGER MSGOFF,MSGOFF2,MSGTYP,INFO,I,K,ATID,ATAG,ALEN,RLEN,S1
57 INTEGER STATUS(MPI_STATUS_SIZE),IERROR
69 . spmd_comm_world,ierror)
75 . spmd_comm_world,ierror)
86 . spmd_comm_world,status,ierror)
92 CALL mpi_recv(srbuf(lrecv+1),rlen,mpi_integer,
94 . spmd_comm_world,status,ierror)
subroutine mpi_recv(buf, cnt, datatype, source, tag, comm, status, ierr)
subroutine mpi_send(buf, cnt, datatype, dest, tag, comm, ierr)