Searched defs:newgroup (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 440 …#define MPI_Group_excl(group, n, ranks, newgroup) (M… argument 441 …#define MPI_Group_incl(group, n, ranks, newgroup) (M… argument 529 …#define MPI_Group_union(group1, group2, newgroup) (MPIUNI_ARG(group1), MPIUNI_A… argument 530 …#define MPI_Group_intersection(group1, group2, newgroup) (MPIUNI_ARG(group1), MPIUNI_A… argument 531 …#define MPI_Group_difference(group1, group2, newgroup) (MPIUNI_ARG(group1), MPIUNI_A… argument 532 …#define MPI_Group_range_incl(group, n, ranges, newgroup) (MPIUNI_ARG(group), MPIUNI_AR… argument 533 …#define MPI_Group_range_excl(group, n, ranges, newgroup) (MPIUNI_ARG(group), MPIUNI_AR… argument
|