|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| subroutine | mpi_allgatherv8_r4 (SENDAREA, SENDCOUNT, SENDTYPE, RECVAREA, RECVCOUNTS, DISPLS, RECVTYPE, COMM, IERROR) |
| subroutine | mpi_allgatherv8_r8 (SENDAREA, SENDCOUNT, SENDTYPE, RECVAREA, RECVCOUNTS, DISPLS, RECVTYPE, COMM, IERROR) |
| subroutine | mpi_allgatherv8_i4 (SENDAREA, SENDCOUNT, SENDTYPE, RECVAREA, RECVCOUNTS, DISPLS, RECVTYPE, COMM, IERROR) |
| subroutine | mpi_allgatherv8_i1 (SENDAREA, SENDCOUNT, SENDTYPE, RECVAREA, RECVCOUNTS, DISPLS, RECVTYPE, COMM, IERROR) |
Definition at line 12 of file mpi4to8_m.F90.
| subroutine mpi4to8_m::mpi_allgatherv8::mpi_allgatherv8_i1 | ( | integer(kind=jpim), intent(in) | SENDAREA, |
| integer(kind=jpim), intent(in) | SENDCOUNT, | ||
| integer(kind=jpim), intent(in) | SENDTYPE, | ||
| integer(kind=jpim), dimension(:), intent(out) | RECVAREA, | ||
| integer(kind=jpim), dimension(:), intent(in) | RECVCOUNTS, | ||
| integer(kind=jpim), dimension(:), intent(in) | DISPLS, | ||
| integer(kind=jpim), intent(in) | RECVTYPE, | ||
| integer(kind=jpim), intent(in) | COMM, | ||
| integer(kind=jpim), intent(out) | IERROR | ||
| ) |
Definition at line 372 of file mpi4to8_m.F90.
| subroutine mpi4to8_m::mpi_allgatherv8::mpi_allgatherv8_i4 | ( | integer(kind=jpim), dimension(:), intent(in) | SENDAREA, |
| integer(kind=jpim), intent(in) | SENDCOUNT, | ||
| integer(kind=jpim), intent(in) | SENDTYPE, | ||
| integer(kind=jpim), dimension(:), intent(out) | RECVAREA, | ||
| integer(kind=jpim), dimension(:), intent(in) | RECVCOUNTS, | ||
| integer(kind=jpim), dimension(:), intent(in) | DISPLS, | ||
| integer(kind=jpim), intent(in) | RECVTYPE, | ||
| integer(kind=jpim), intent(in) | COMM, | ||
| integer(kind=jpim), intent(out) | IERROR | ||
| ) |
Definition at line 328 of file mpi4to8_m.F90.
| subroutine mpi4to8_m::mpi_allgatherv8::mpi_allgatherv8_r4 | ( | real(kind=jprm), dimension(:), intent(in) | SENDAREA, |
| integer(kind=jpim), intent(in) | SENDCOUNT, | ||
| integer(kind=jpim), intent(in) | SENDTYPE, | ||
| real(kind=jprm), dimension(:), intent(out) | RECVAREA, | ||
| integer(kind=jpim), dimension(:), intent(in) | RECVCOUNTS, | ||
| integer(kind=jpim), dimension(:), intent(in) | DISPLS, | ||
| integer(kind=jpim), intent(in) | RECVTYPE, | ||
| integer(kind=jpim), intent(in) | COMM, | ||
| integer(kind=jpim), intent(out) | IERROR | ||
| ) |
Definition at line 240 of file mpi4to8_m.F90.
| subroutine mpi4to8_m::mpi_allgatherv8::mpi_allgatherv8_r8 | ( | real(kind=jprb), dimension(:), intent(in) | SENDAREA, |
| integer(kind=jpim), intent(in) | SENDCOUNT, | ||
| integer(kind=jpim), intent(in) | SENDTYPE, | ||
| real(kind=jprb), dimension(:), intent(out) | RECVAREA, | ||
| integer(kind=jpim), dimension(:), intent(in) | RECVCOUNTS, | ||
| integer(kind=jpim), dimension(:), intent(in) | DISPLS, | ||
| integer(kind=jpim), intent(in) | RECVTYPE, | ||
| integer(kind=jpim), intent(in) | COMM, | ||
| integer(kind=jpim), intent(out) | IERROR | ||
| ) |
Definition at line 288 of file mpi4to8_m.F90.
1.8.13