Searched refs:pgroup (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 72 MPI_Group pgroup = MPI_GROUP_EMPTY; in PetscPartitionerView_Multistage() local 76 if (pcomm != MPI_COMM_NULL) PetscCallMPI(MPI_Comm_group(pcomm, &pgroup)); in PetscPartitionerView_Multistage() 78 pgroup = p->lgroup[0]; in PetscPartitionerView_Multistage() 87 if (pgroup != MPI_GROUP_EMPTY) { in PetscPartitionerView_Multistage() 89 PetscCallMPI(MPI_Group_translate_ranks(pgroup, 1, &gem, group, &gr)); in PetscPartitionerView_Multistage() 99 PetscCallMPI(MPI_Group_size(pgroup, &psize)); in PetscPartitionerView_Multistage() 112 PetscCallMPI(MPI_Group_size(pgroup, &size)); in PetscPartitionerView_Multistage() 115 PetscCallMPI(MPI_Group_translate_ranks(pgroup, size, ranks, group, granks)); in PetscPartitionerView_Multistage() 137 if (l && pgroup != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&pgroup)); in PetscPartitionerView_Multistage() 592 MPI_Group group, lgroup, pgroup; in PetscPartitionerPartition_Multistage() local [all …]
|
| /petsc/src/benchmarks/ |
| H A D | run_petsc_benchmarks.sh | 168 GROUP=$(${SSGET} -i "$i" -pgroup)
|