geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Functions
geopm_mpi_comm_split.h File Reference
#include <mpi.h>
Include dependency graph for geopm_mpi_comm_split.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ geopm_comm_split()

int geopm_comm_split ( MPI_Comm  comm,
const char *  tag,
MPI_Comm *  split_comm,
int *  is_ctl_comm 
)

◆ geopm_comm_split_ppn1()

int geopm_comm_split_ppn1 ( MPI_Comm  comm,
const char *  tag,
MPI_Comm *  ppn1_comm 
)

◆ geopm_comm_split_shared()

int geopm_comm_split_shared ( MPI_Comm  comm,
const char *  tag,
MPI_Comm *  split_comm 
)