MPI Functions
Related to Communicators/Groups:
int MPI_Comm_dup( MPI_Comm old_comm,
int MPI_Comm_free( MPI_Comm comm);
int MPI_Comm_compare( MPI_Comm comm1,
goups and contexts identical, returns MPI_IDENT
groups identical but contexts different, returns MPI_CONGRUENT
groups contain the same processes but the order if different, returns MPI_SIMILAR
otherwise, returns MPI_UNEQUAL
int MPI_Group_translate_ranks( MPI_Group group1,
if process i in group 1 with rank array ranks_in_g1[i] is in group 2, return rank in group 2
othersize, return MPI_UNDEFINED