Home
last modified time | relevance | path

Searched defs:rootbuf (Results 1 – 7 of 7) 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.h186 …char *rootbuf[2][2]; /* Buffers for packed roots, in layout of [PETSCSF_LO… member
266 …ndRequests(PetscSF sf, PetscSFLink link, PetscSFDirection direction, void **rootbuf, void **leafbu… in PetscSFLinkGetMPIBuffersAndRequests()