![]() |
ICON Community Interface 0.4.0
|

Go to the source code of this file.
Functions | |
| void | mpi_handshake_dummy (MPI_Comm comm) |
| void | mpi_handshake (char const **group_names, MPI_Comm *group_comms, size_t n, MPI_Comm comm) |
| void mpi_handshake | ( | char const ** | group_names, |
| MPI_Comm * | group_comms, | ||
| size_t | n, | ||
| MPI_Comm | comm ) |
Common MPI communicator splitting
| [in] | group_names | names of process groups |
| [out] | group_comms | MPI communicators containing all processes that provided the same group names |
| [in] | n | number of group names |
| [in] | comm | MPI communicator used for the splitting |
Definition at line 79 of file mpi_handshake.c.

| void mpi_handshake_dummy | ( | MPI_Comm | comm | ) |
SPDX-License-Identifier: BSD-3-Clause
Please see the file LICENSE in the root of the source tree for this code. Where software is supplied by third parties, it is indicated in the headers of the routines. dummy call of Common MPI communicator splitting
Definition at line 179 of file mpi_handshake.c.
