MPI_Comm_rank(3)           (7/13/1994)           MPI_Comm_rank(3)



     NAME
          MPI_Comm_rank - Determines the rank of the calling process
          in the communicator


     INPUT PARAMETERS
          comm - communicator (handle) Output Parameter:
          rank - rank of the calling process in group of  comm
               (integer)


     SYNOPSIS
          #include "mpi.h"
          int MPI_Comm_rank ( comm, rank )
          MPI_Comm  comm;
          int      *rank;



     LOCATION
           comm_rank.c


































     Page 1                                           (printed 3/8/95)