Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c155 PetscMPIInt nleavesi; in PetscSFReduceBegin_Allgatherv() local
173 PetscCall(PetscMPIIntCast(nleaves, &nleavesi)); in PetscSFReduceBegin_Allgatherv()
176 PetscCallMPI(MPIU_Reduce(leafbuf, rootbuf, nleavesi, baseunit, op, dat->bcast_root, comm)); in PetscSFReduceBegin_Allgatherv()
178 … PetscCallMPI(MPIU_Ireduce(leafbuf, rootbuf, nleavesi, baseunit, op, dat->bcast_root, comm, req)); in PetscSFReduceBegin_Allgatherv()