MPI_Group_compare

--- Compares two groups

Input Parameters

group1
group1 (handle)
group2
group2 (handle)

Output Parameter

result
integer which is MPI_IDENT if the order and members of the two groups are the same, MPI_SIMILAR if only the members are the same, and MPI_UNEQUAL otherwise

Synopsis


#include "mpi.h"
int MPI_Group_compare ( group1, group2, result )
MPI_Group  group1;
MPI_Group  group2;
int       *result;

Location: group_compare.c