Searched refs:MPI_GROUP_EMPTY (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 72 MPI_Group pgroup = MPI_GROUP_EMPTY; in PetscPartitionerView_Multistage() 87 if (pgroup != MPI_GROUP_EMPTY) { in PetscPartitionerView_Multistage() 137 if (l && pgroup != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&pgroup)); in PetscPartitionerView_Multistage() 250 for (i = 1; i < l; i++) lgroup[i] = MPI_GROUP_EMPTY; in PetscPartitionerMultistage_CreateStages() 290 if (group != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerMultistage_DestroyStages() 416 PetscCallMPI(MPI_Group_union(lgroup[l], MPI_GROUP_EMPTY, &p->lgroup[l])); in PetscPartitionerMultistageSetStages() 423 p->lgroup[l] = MPI_GROUP_EMPTY; in PetscPartitionerMultistageSetStages() 614 pgroup = MPI_GROUP_EMPTY; in PetscPartitionerPartition_Multistage() 703 if (lgroup != MPI_GROUP_EMPTY) { in PetscPartitionerPartition_Multistage() 736 if (pgroup != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&pgroup)); in PetscPartitionerPartition_Multistage()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 277 #define MPI_GROUP_EMPTY 0 macro 531 … (MPIUNI_ARG(group1), MPIUNI_ARG(group2), *(newgroup) = MPI_GROUP_EMPTY, MPI_SUCCESS) 533 … (MPIUNI_ARG(group), MPIUNI_ARG(n), MPIUNI_ARG(ranges), *(newgroup) = MPI_GROUP_EMPTY, MPI_SUCCESS)
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 747 PetscCall(PetscSFSetUpRanks(sf, MPI_GROUP_EMPTY)); in PetscSFSetUp_Window()
|