MPI_Group_intersection

--- Produces a group as the intersection of two existing groups

Input Parameters

group1
first group (handle)
group2
second group (handle)

Output Parameter

newgroup
intersection group (handle)

Synopsis


#include "mpi.h"
int MPI_Group_intersection ( group1, group2, group_out )
MPI_Group group1, group2, *group_out;

Location: group_inter.c