SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | mpi_allreduce8_r4 (SENDDATA, RECVDATA, COUNT, DATATYPE, OP, COMM, IERROR) |
subroutine | mpi_allreduce8_r8 (SENDDATA, RECVDATA, COUNT, DATATYPE, OP, COMM, IERROR) |
subroutine | mpi_allreduce8_i4 (SENDDATA, RECVDATA, COUNT, DATATYPE, OP, COMM, IERROR) |
Definition at line 17 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_allreduce8::mpi_allreduce8_i4 | ( | integer(kind=jpim), dimension(:), intent(in) | SENDDATA, |
integer(kind=jpim), dimension(:), intent(out) | RECVDATA, | ||
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | OP, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 202 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_allreduce8::mpi_allreduce8_r4 | ( | real(kind=jprm), dimension(:), intent(in) | SENDDATA, |
real(kind=jprm), dimension(:), intent(out) | RECVDATA, | ||
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | OP, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 138 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_allreduce8::mpi_allreduce8_r8 | ( | real(kind=jprb), dimension(:), intent(in) | SENDDATA, |
real(kind=jprb), dimension(:), intent(out) | RECVDATA, | ||
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | OP, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 175 of file mpi4to8_m.F90.