40 USE spmd_comm_world_mod,
ONLY : spmd_comm_world
41#include "implicit_f.inc"
54 INTEGER I, PMAIN, J, ITAG, TAB(2), STAT(MPI_STATUS_SIZE), IERR,
63 IF (ispmd/=pmain-1)
THEN
65 CALL mpi_recv(tab, 2, mpi_integer, it_spmd(pmain),
66 . itag, spmd_comm_world, stat, ierr)
69 fvdata(i)%NPOLH_ANIM=tab(2)
72 IF (ispmd==pmain-1)
THEN
74 tab(2)=
fvdata(i)%NPOLH_ANIM
77 CALL mpi_send(tab, 2, mpi_integer, it_spmd(1),
78 . itag, spmd_comm_world, ierr)
subroutine mpi_recv(buf, cnt, datatype, source, tag, comm, status, ierr)
subroutine mpi_send(buf, cnt, datatype, dest, tag, comm, ierr)