Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c29 …PetscCallMPI(MPIU_Igatherv(rootbuf, count, unit, leafbuf, dat->recvcounts, dat->displs, unit, 0 /*… in PetscSFLinkStartCommunication_Gatherv()
/petsc/include/petsc/private/
H A Dsfimpl.h159 …#define MPIU_Igatherv(a, b, c, d, e, f, g, h, i, req) MPI_Igatherv(a, b, c, d, e, f, g, h, i, req) macro
172 #define MPIU_Igatherv(a, b, c, d, e, f, g, h, i, req) MPI_Gatherv(a, b, c, d, e, f, g, h, i) macro
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c233 …PetscCallMPI(MPIU_Igatherv(rootbuf, sendcount, unit, leafbuf, dat->recvcounts, dat->displs, unit, … in PetscSFBcastToZero_Allgatherv()