Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c137 if (l && pgroup != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&pgroup)); in PetscPartitionerView_Multistage()
141 PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerView_Multistage()
227 PetscCallMPI(MPI_Group_free(&ggroup)); in PetscPartitionerMultistage_CreateStages()
228 PetscCallMPI(MPI_Group_free(&ngroup)); in PetscPartitionerMultistage_CreateStages()
270 PetscCallMPI(MPI_Group_free(&ggroup)); in PetscPartitionerMultistage_CreateStages()
290 if (group != MPI_GROUP_EMPTY) PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerMultistage_DestroyStages()
400 PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerMultistageSetStages()
497 PetscCallMPI(MPI_Group_free(&igroup)); in PetscPartitionerMultistageSetStages()
523 PetscCallMPI(MPI_Group_free(&wgroup)); in PetscPartitionerMultistageSetStages()
735 PetscCallMPI(MPI_Group_free(&group)); in PetscPartitionerPartition_Multistage()
[all …]
/petsc/src/dm/impls/da/
H A Ddasub.c240 PetscCallMPI(MPI_Group_free(&subgroup)); in DMDAGetProcessorSubset()
241 PetscCallMPI(MPI_Group_free(&group)); in DMDAGetProcessorSubset()
306 PetscCallMPI(MPI_Group_free(&subgroup)); in DMDAGetProcessorSubsets()
307 PetscCallMPI(MPI_Group_free(&group)); in DMDAGetProcessorSubsets()
/petsc/src/sys/utils/
H A Dmpishm.c117 PetscCallMPI(MPI_Group_free(&globgroup)); in PetscShmCommGet()
118 PetscCallMPI(MPI_Group_free(&shmgroup)); in PetscShmCommGet()
/petsc/src/vec/is/sf/interface/
H A Dsf.c131 if (sf->ingroup != MPI_GROUP_NULL) PetscCallMPI(MPI_Group_free(&sf->ingroup)); in PetscSFReset()
132 if (sf->outgroup != MPI_GROUP_NULL) PetscCallMPI(MPI_Group_free(&sf->outgroup)); in PetscSFReset()
1073 PetscCallMPI(MPI_Group_free(&group)); in PetscSFSetUpRanks()
1176 PetscCallMPI(MPI_Group_free(&group)); in PetscSFGetGroups()
1185 PetscCallMPI(MPI_Group_free(&group)); in PetscSFGetGroups()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.c100 PetscCallMPI(MPI_Group_free(&group_f)); in PCTelescopeTestValidSubcomm()
101 if (comm_c != MPI_COMM_NULL) PetscCallMPI(MPI_Group_free(&group_c)); in PCTelescopeTestValidSubcomm()
/petsc/doc/manualpages/
H A Dmpi.www.index153 man:+MPI_Group_free++MPI_Group_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Group_f…
492 man:+MPI_Group_free++MPI_Group_free++++man+http://www.mpich.org/static/docs/latest/www3/MPI_Group_f…
/petsc/src/mat/impls/adj/mpi/
H A Dmpiadj.c779 PetscCallMPI(MPI_Group_free(&agroup)); in MatMPIAdjCreateNonemptySubcommMat_MPIAdj()
780 PetscCallMPI(MPI_Group_free(&bgroup)); in MatMPIAdjCreateNonemptySubcommMat_MPIAdj()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c192 PetscCallMPI(MPI_Group_free(&group)); in PetscSFSetUp_Basic()
/petsc/include/petsc/mpiuni/
H A Dmpi.h534 …#define MPI_Group_free(group) (*(group) = MPI_GROUP_NULL, M… macro
/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c199 PetscCallAbort(PETSC_COMM_WORLD, MPI_Group_free(&PCTFS_gs_group) ? PETSC_ERR_MPI : PETSC_SUCCESS); in PCTFS_gs_init()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c1873 PetscCallMPI(MPI_Group_free(&petsc_group)); in MatMumpsSetUpDistRHSInfo()
1874 PetscCallMPI(MPI_Group_free(&omp_group)); in MatMumpsSetUpDistRHSInfo()
/petsc/src/dm/impls/plex/
H A Dplex.c1552 PetscCallMPI(MPI_Group_free(&ggroup)); in DMPlexView_Ascii()
1553 PetscCallMPI(MPI_Group_free(&ngroup)); in DMPlexView_Ascii()