Searched refs:MPIU_Ireduce (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ ! |
| H A D | sfimpl.h | 155 #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 D | sfallgatherv.c | 178 … PetscCallMPI(MPIU_Ireduce(leafbuf, rootbuf, nleavesi, baseunit, op, dat->bcast_root, comm, req)); in PetscSFReduceBegin_Allgatherv()
|