Home
last modified time | relevance | path

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

/petsc/src/sys/logging/state/
H A Dlogregistry.c256 PetscInt my_loc, next_loc; in PetscLogGlobalNamesCreate_Internal() local
260 PetscCallMPI(MPIU_Allreduce(&my_loc, &next_loc, 1, MPIU_INT, MPI_MIN, comm)); in PetscLogGlobalNamesCreate_Internal()
261 if (next_loc == PETSC_MPI_INT_MAX) break; in PetscLogGlobalNamesCreate_Internal()
262 …PetscAssert(next_loc >= p, comm, PETSC_ERR_PLIB, "Failed invariant, expected increasing next proce… in PetscLogGlobalNamesCreate_Internal()
263 PetscCall(PetscCIntCast(next_loc, &p)); in PetscLogGlobalNamesCreate_Internal()