Searched refs:lgroup (Results 1 – 1 of 1) sorted by relevance
22 MPI_Group *lgroup; member78 pgroup = p->lgroup[0]; in PetscPartitionerView_Multistage()149 MPI_Group *lgroup; in PetscPartitionerMultistage_CreateStages() local160 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 …]