| subroutine, public mpi_handshake | ( | integer, intent(in) | comm, |
| character(len=max_groupname_len), dimension(:), intent(in) | group_names, | ||
| integer, dimension(size(group_names)), intent(inout) | group_comms ) |
Procedure for the communicator splitting ("MPI handshake") that has been harmonized with the respective algorithm of the YAC coupler software.
Definition at line 22 of file mo_mpi_handshake.F90.
| subroutine, public mpi_handshake_dummy | ( | integer, intent(in) | comm | ) |
Definition at line 55 of file mo_mpi_handshake.F90.
| integer, parameter, public max_groupname_len = 256 |
Definition at line 15 of file mo_mpi_handshake.F90.