Home
last modified time | relevance | path

Searched defs:leafbuf (Results 1 – 8 of 8) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c36 void *rootbuf = NULL, *leafbuf = NULL; /* buffer seen by MPI */ in PetscSFBcastBegin_Allgather() local
57 void *rootbuf = NULL, *leafbuf = NULL; /* buffer seen by MPI */ in PetscSFReduceBegin_Allgather() local
91 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFBcastToZero_Allgather() local
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c10 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFLinkStartCommunication_Gather() local
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c13 void *rootbuf = NULL, *leafbuf = NULL; /* buffer seen by MPI */ in PetscSFLinkStartCommunication_Gatherv() local
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c107 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFBcastBegin_Allgatherv() local
136 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFReduceBegin_Allgatherv() local
222 void *rootbuf = NULL, *leafbuf = NULL; /* buffer seen by MPI */ in PetscSFBcastToZero_Allgatherv() local
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c11 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFLinkStartCommunication_Alltoall() local
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c91 void *rootbuf = NULL, *leafbuf = NULL; in PetscSFLinkStartCommunication_Neighbor() local
125 …void *rootbuf = link->rootbuf[PETSCSF_REMOTE][rootmtype_mpi], *leafbuf = link->leafbu… in PetscSFLinkInitMPIRequests_Persistent_Neighbor() local
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h189 …char *leafbuf[2][2]; /* Buffers for packed leaves, in layout of [PETSCSF_L… member
266 …SF sf, PetscSFLink link, PetscSFDirection direction, void **rootbuf, void **leafbuf, MPI_Request *… in PetscSFLinkGetMPIBuffersAndRequests()
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp83 …etscInt rootstart, const PetscInt *rootopt, const PetscInt *rootidx, Type *rootdata, Type *leafbuf) in d_FetchAndOp()