5 &(send_buffer, recv_buffer, ncount, ierr)
31 INTEGER,
INTENT(IN) :: NCOUNT
32 INTEGER,
INTENT(IN) :: SEND_BUFFER(ncount)
33 INTEGER,
INTENT(OUT) :: RECV_BUFFER(ncount)
34 INTEGER,
INTENT(OUT) :: IERR
44 CALL mpi_allreduce(send_buffer,recv_buffer,ncount,
mpi_integer,
48 WRITE(
lu,*)
'P_ISUM_ARRAY: ERROR IN MPI_ALLREDUCE' 49 WRITE(
lu,*)
'MPI ERROR ',ierr
54 WRITE(
lu,*)
'CALL OF P_ISUM_ARRAY IN ITS VOID VERSION' subroutine p_isum_array(SEND_BUFFER, RECV_BUFFER, NCOUNT, IERR)
integer, parameter mpi_integer