Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dsfimpl.h161 …#define MPIU_Iallgatherv(a, b, c, d, e, f, g, h, req) MPI_Iallgatherv(a, b, c, d, e, f, g, h, req) macro
174 #define MPIU_Iallgatherv(a, b, c, d, e, f, g, h, req) MPI_Allgatherv(a, b, c, d, e, f, g, h) macro
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c125 …else PetscCallMPI(MPIU_Iallgatherv(rootbuf, sendcount, unit, leafbuf, dat->recvcounts, dat->displs… in PetscSFBcastBegin_Allgatherv()