SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
subroutine | mpi_bcast8_r4 (DATA, COUNT, DATATYPE, ROOT, COMM, IERROR) |
subroutine | mpi_bcast8_r8 (DATA, COUNT, DATATYPE, ROOT, COMM, IERROR) |
subroutine | mpi_bcast8_i4 (DATA, COUNT, DATATYPE, ROOT, COMM, IERROR) |
subroutine | mpi_bcast8_i1 (DATA, COUNT, DATATYPE, ROOT, COMM, IERROR) |
subroutine | mpi_bcast8_ch (DATA, COUNT, DATATYPE, ROOT, COMM, IERROR) |
Definition at line 26 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_bcast8::mpi_bcast8_ch | ( | character(len=*), intent(inout) | DATA, |
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | ROOT, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 627 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_bcast8::mpi_bcast8_i1 | ( | integer(kind=jpim), intent(inout) | DATA, |
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | ROOT, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 601 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_bcast8::mpi_bcast8_i4 | ( | integer(kind=jpim), dimension(:), intent(inout) | DATA, |
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | ROOT, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 569 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_bcast8::mpi_bcast8_r4 | ( | real(kind=jprm), dimension(:), intent(inout) | DATA, |
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | ROOT, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 513 of file mpi4to8_m.F90.
subroutine mpi4to8_m::mpi_bcast8::mpi_bcast8_r8 | ( | real(kind=jprb), dimension(:), intent(inout) | DATA, |
integer(kind=jpim), intent(in) | COUNT, | ||
integer(kind=jpim), intent(in) | DATATYPE, | ||
integer(kind=jpim), intent(in) | ROOT, | ||
integer(kind=jpim), intent(in) | COMM, | ||
integer(kind=jpim), intent(out) | IERROR | ||
) |
Definition at line 545 of file mpi4to8_m.F90.