5 &(send_buffer, recv_buffer, ncount, ierr)
28 INTEGER,
INTENT(IN) :: NCOUNT
29 INTEGER,
INTENT(IN) :: SEND_BUFFER(ncount)
30 INTEGER,
INTENT(OUT) :: RECV_BUFFER(ncount)
31 INTEGER,
INTENT(OUT) :: IERR
41 CALL mpi_allreduce(send_buffer,recv_buffer,ncount,
mpi_integer,
45 WRITE(
lu,*)
'P_IMAX_ARRAY: ERROR IN MPI_ALLREDUCE' 46 WRITE(
lu,*)
'MPI ERROR ',ierr
52 WRITE(
lu,*)
'CALL OF P_IMAX_ARRAY IN ITS VOID VERSION'
integer, parameter mpi_integer
subroutine p_imax_array(SEND_BUFFER, RECV_BUFFER, NCOUNT, IERR)