MPI_Group_size

--- Returns the size of a group

Input Parameters

group
group (handle) Output Parameter:
size
number of processes in the group (integer)

Synopsis


#include "mpi.h"
int MPI_Group_size ( group, size )
MPI_Group group;
int *size;

Location: group_size.c