MPI_Group_incl(3)          (9/30/1994)          MPI_Group_incl(3)



     NAME
          MPI_Group_incl - Produces a group by reordering an existing
          group and taking only listed members


     INPUT PARAMETERS
          group
               - group (handle)
          n    - number of elements in array ranks (and size of
               newgroup ) (integer)
          ranks
               - ranks of processes in group to appear in newgroup
               (array of integers)


     OUTPUT PARAMETER
          newgroup
               - new group derived from above, in the order defined by
               ranks (handle)


     NOTE
          This implementation does not currently check to see that the
          list of ranks to include are valid ranks in the group.


     SYNOPSIS
          #include "mpi.h"
          int MPI_Group_incl ( group, n, ranks, group_out )
          MPI_Group group, *group_out;
          int       n, *ranks;



     LOCATION
           group_incl.c



















     Page 1                                           (printed 3/8/95)