5 &(send_buffer, send_count, recv_buffer,
6 & recv_count, displs, ierr)
30 INTEGER,
INTENT(IN) :: SEND_BUFFER(*)
31 INTEGER,
INTENT(IN) :: SEND_COUNT
32 INTEGER,
INTENT(INOUT) :: RECV_BUFFER(*)
33 INTEGER,
INTENT(IN) :: RECV_COUNT(*)
34 INTEGER,
INTENT(IN) :: DISPLS(*)
35 INTEGER,
INTENT(OUT) :: IERR
42 CALL mpi_allgatherv(send_buffer, send_count,
mpi_integer,
43 & recv_buffer, recv_count,
47 WRITE(
lu,*)
'P_ALLGATHERV_I: ERROR IN MPI_BARRIER' 48 WRITE(
lu,*)
'MPI ERROR ',ierr
54 WRITE(
lu,*)
'CALL OF P_ALLGATHERV_I '//
55 &
'IN ITS VOID VERSION'
integer, parameter mpi_integer
subroutine p_allgatherv_i(SEND_BUFFER, SEND_COUNT, RECV_BUFFER, RECV_COUNT, DISPLS, IERR)