MPI_Comm_create(3)         (10/24/1994)        MPI_Comm_create(3)



     NAME
          MPI_Comm_create - Creates a new communicator


     INPUT PARAMETERS
          comm - communicator (handle)
          group
               - Group, which is a subset of the group of comm
               (handle)


     OUTPUT PARAMETER
          comm_out
               - new communicator (handle)


     SYNOPSIS
          #include "mpi.h"
          int MPI_Comm_create ( comm, group, comm_out )
          MPI_Comm  comm;
          MPI_Group group;
          MPI_Comm *comm_out;



     LOCATION
           comm_create.c




























     Page 1                                           (printed 3/8/95)