Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Dgarbage.c140 PetscMPIInt imax_entries; in GarbageKeyAllReduceIntersect_Private() local
154 PetscCall(PetscMPIIntCast(max_entries, &imax_entries)); in GarbageKeyAllReduceIntersect_Private()
155 PetscCallMPI(MPI_Type_contiguous(imax_entries + 1, MPIU_INT64, &keyset_type)); in GarbageKeyAllReduceIntersect_Private()