MPI_Group_rank(3)          (7/13/1994)          MPI_Group_rank(3)



     NAME
          MPI_Group_rank - Returns the rank of this process in the
          given group


     INPUT PARAMETERS
          group
               - group (handle)


     OUTPUT PARAMETER
          rank - rank of the calling process in group, or
               MPI_UNDEFINED  if the process is not a member (integer)


     SYNOPSIS
          #include "mpi.h"
          int MPI_Group_rank ( group, rank )
          MPI_Group group;
          int *rank;



     LOCATION
           group_rank.c






























     Page 1                                           (printed 3/8/95)