MPI_Group_compare(3) (7/13/1994) MPI_Group_compare(3)
NAME
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
Page 1 (printed 3/8/95)