Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpartition.c1258 PetscBool mpiOverflow = PETSC_FALSE; in DMPlexPartitionLabelInvert() local
1332 PetscCallMPI(MPIU_Allreduce(&locOverflow, &mpiOverflow, 1, MPI_C_BOOL, MPI_LOR, comm)); in DMPlexPartitionLabelInvert()
1333 if (!mpiOverflow) { in DMPlexPartitionLabelInvert()
1343 if (processSF || mpiOverflow) { in DMPlexPartitionLabelInvert()