◆ mpi_mod_allgather_character()
subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_character |
( |
character(len=*), intent(in) |
send, |
|
|
character(len=*), dimension(:), intent(out) |
receive, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
All gather for one string of length MPI_MAX_PROCESSOR_NAME send from every process.
◆ mpi_mod_allgather_int32()
subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_int32 |
( |
integer(int32), intent(in) |
send, |
|
|
integer(int32), dimension(:), intent(out) |
receive, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
All gather for one integer send from every process.
◆ mpi_mod_allgather_int64()
subroutine mpi_gbl::mpi_mod_allgather::mpi_mod_allgather_int64 |
( |
integer(int64), intent(in) |
send, |
|
|
integer(int64), dimension(:), intent(out) |
receive, |
|
|
integer(mpiint), intent(in), optional |
comm |
|
) |
| |
The documentation for this interface was generated from the following file:
- /home/jacob/Work/codes/UKRmol/gitlab/ukrmol-in/source/gbtolib/source/mpi_mod.F90