|
geopm 3.2.1.dev237+gbe30cff60
GEOPM - Global Extensible Open Power Manager
|
#include <mpi.h>

Go to the source code of this file.
Functions | |
| int | geopm_comm_split_ppn1 (MPI_Comm comm, const char *tag, MPI_Comm *ppn1_comm) |
| int | geopm_comm_split_shared (MPI_Comm comm, const char *tag, MPI_Comm *split_comm) |
| int | geopm_comm_split (MPI_Comm comm, const char *tag, MPI_Comm *split_comm, int *is_ctl_comm) |
| int geopm_comm_split | ( | MPI_Comm | comm, |
| const char * | tag, | ||
| MPI_Comm * | split_comm, | ||
| int * | is_ctl_comm | ||
| ) |
| int geopm_comm_split_ppn1 | ( | MPI_Comm | comm, |
| const char * | tag, | ||
| MPI_Comm * | ppn1_comm | ||
| ) |
| int geopm_comm_split_shared | ( | MPI_Comm | comm, |
| const char * | tag, | ||
| MPI_Comm * | split_comm | ||
| ) |