Home
last modified time | relevance | path

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

/petsc/include/petsc/private/ !
H A Dsfimpl.h155 #define MPIU_Ireduce(a, b, c, d, e, f, g, req) MPI_Ireduce(a, b, c, d, e, f, g, req) macro
168 #define MPIU_Ireduce(a, b, c, d, e, f, g, req) MPI_Reduce(a, b, c, d, e, f, g) macro
/petsc/src/vec/is/sf/impls/basic/allgatherv/ !
H A Dsfallgatherv.c178 … PetscCallMPI(MPIU_Ireduce(leafbuf, rootbuf, nleavesi, baseunit, op, dat->bcast_root, comm, req)); in PetscSFReduceBegin_Allgatherv()