Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c29 …PetscCallMPI(MPIU_Iscatter(leafbuf, count, unit, rootbuf == leafbuf ? MPI_IN_PLACE : rootbuf, coun… in PetscSFLinkStartCommunication_Gather()
/petsc/include/petsc/private/
H A Dsfimpl.h156 #define MPIU_Iscatter(a, b, c, d, e, f, g, h, req) MPI_Iscatter(a, b, c, d, e, f, g, h, req) macro
169 #define MPIU_Iscatter(a, b, c, d, e, f, g, h, req) MPI_Scatter(a, b, c, d, e, f, g, h) macro
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c80 …PetscCallMPI(MPIU_Iscatter(link->leafbuf_alloc[PETSCSF_REMOTE][link->leafmtype_mpi], recvcount, un… in PetscSFReduceBegin_Allgather()