41 USE spmd_comm_world_mod,
ONLY : spmd_comm_world
42#include "implicit_f.inc"
54 INTEGER FVOFF(2,*), IDMAX, NFVNOD
59 INTEGER I, PMAIN, J, JJ, ITAG, MSGOFF, STAT(MPI_STATUS_SIZE),
68 IF (ispmd==pmain-1)
THEN
75 CALL mpi_recv(nns_anim, 1, mpi_integer, it_spmd(pmain),
76 . itag, spmd_comm_world, stat, ierr)
84 IF (ispmd==pmain-1)
THEN
87 . it_spmd(1), itag, spmd_comm_world,
subroutine mpi_recv(buf, cnt, datatype, source, tag, comm, status, ierr)
subroutine mpi_send(buf, cnt, datatype, dest, tag, comm, ierr)