Home
last modified time | relevance | path

Searched refs:lgroup (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c22 MPI_Group *lgroup; member
78 pgroup = p->lgroup[0]; in PetscPartitionerView_Multistage()
149 MPI_Group *lgroup; in PetscPartitionerMultistage_CreateStages() local
160 PetscCall(PetscMalloc1(1, &lgroup)); in PetscPartitionerMultistage_CreateStages()
161 PetscCallMPI(MPI_Comm_group(comm, &lgroup[0])); in PetscPartitionerMultistage_CreateStages()
163 *levels = lgroup; in PetscPartitionerMultistage_CreateStages()
197 PetscCall(PetscMalloc1(1, &lgroup)); in PetscPartitionerMultistage_CreateStages()
198 PetscCallMPI(MPI_Comm_group(ncomm, &lgroup[0])); in PetscPartitionerMultistage_CreateStages()
202 *levels = lgroup; in PetscPartitionerMultistage_CreateStages()
206 PetscCall(PetscMalloc1(2, &lgroup)); in PetscPartitionerMultistage_CreateStages()
[all …]