Searched refs:mpiOverflow (Results 1 – 1 of 1) sorted by relevance
1258 PetscBool mpiOverflow = PETSC_FALSE; in DMPlexPartitionLabelInvert() local1332 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()