MPI_Comm_group
--- Accesses the group associated with given communicator
Input Parameter
- comm
- Communicator
Output Parameter
- group
- Group in communicator
Synopsis
#include "mpi.h"
int MPI_Comm_group ( comm, group )
MPI_Comm comm;
MPI_Group *group;
Location: comm_group.c