Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsfimpl.h160 #define MPIU_Iallgather(a, b, c, d, e, f, g, req) MPI_Iallgather(a, b, c, d, e, f, g, req) macro
173 #define MPIU_Iallgather(a, b, c, d, e, f, g, req) MPI_Allgather(a, b, c, d, e, f, g) macro
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c47 PetscCallMPI(MPIU_Iallgather(rootbuf, sendcount, unit, leafbuf, sendcount, unit, comm, req)); in PetscSFBcastBegin_Allgather()