Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c156 MPI_Datatype baseunit = unit; in PetscSFReduceBegin_Allgatherv() local
160 baseunit = MPIU_REAL; in PetscSFReduceBegin_Allgatherv()
168 baseunit = MPIU_COMPLEX; 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()