Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c31 …PetscCallMPI(MPIU_Iscatterv(leafbuf, dat->recvcounts, dat->displs, unit, rootbuf, count, unit, 0, … in PetscSFLinkStartCommunication_Gatherv()
/petsc/include/petsc/private/
H A Dsfimpl.h157 …#define MPIU_Iscatterv(a, b, c, d, e, f, g, h, i, req) MPI_Iscatterv(a, b, c, d, e, f, g, h, i, re… macro
170 #define MPIU_Iscatterv(a, b, c, d, e, f, g, h, i, req) MPI_Scatterv(a, b, c, d, e, f, g, h, i) macro
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c189 …PetscCallMPI(MPIU_Iscatterv(link->leafbuf_alloc[PETSCSF_REMOTE][link->leafmtype_mpi], dat->recvcou… in PetscSFReduceBegin_Allgatherv()