Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c27 …PetscCallMPI(MPIU_Igather(rootbuf == leafbuf ? MPI_IN_PLACE : rootbuf, count, unit, leafbuf, count… in PetscSFLinkStartCommunication_Gather()
/petsc/include/petsc/private/
H A Dsfimpl.h158 #define MPIU_Igather(a, b, c, d, e, f, g, h, req) MPI_Igather(a, b, c, d, e, f, g, h, req) macro
171 #define MPIU_Igather(a, b, c, d, e, f, g, h, req) MPI_Gather(a, b, c, d, e, f, g, h) macro
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c102 …PetscCallMPI(MPIU_Igather(rootbuf == leafbuf ? MPI_IN_PLACE : rootbuf, sendcount, unit, leafbuf, s… in PetscSFBcastToZero_Allgather()