Home
last modified time | relevance | path

Searched defs:rootmtype (Results 1 – 11 of 11) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c31 …rCode PetscSFBcastBegin_Allgather(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastBegin_Allgather()
51 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFReduceBegin_Allgather()
85 …Code PetscSFBcastToZero_Allgather(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastToZero_Allgather()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c102 …Code PetscSFBcastBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastBegin_Allgatherv()
129 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFReduceBegin_Allgatherv()
215 …ode PetscSFBcastToZero_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastToZero_Allgatherv()
281 …PetscSFFetchAndOpBegin_Allgatherv(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, void *roo… in PetscSFFetchAndOpBegin_Allgatherv()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c43 …de PetscSFFetchAndOpBegin_Gatherv(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, void *roo… in PetscSFFetchAndOpBegin_Gatherv()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c352 …ErrorCode PetscSFBcastBegin_Basic(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastBegin_Basic()
385 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFLeafToRootBegin_Basic()
398 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFReduceBegin_Basic()
420 …Code PetscSFFetchAndOpBegin_Basic(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, void *roo… in PetscSFFetchAndOpBegin_Basic()
H A Dsfmpi.c72 …PetscMemType rootmtype = PetscMemTypeHost(xrootmtype) ? PETSC_MEMTYPE_HOST : PETSC_MEMTYPE_DEV… in PetscSFLinkCreate_MPI() local
H A Dsfpack.c420 PetscErrorCode PetscSFLinkCreate(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const void … in PetscSFLinkCreate()
923 …PetscMemType rootmtype in PetscSFLinkPackRootData_Private() local
988 …PetscMemType rootmtype in PetscSFLinkUnpackRootData_Private() local
1066 …PetscMemType rootmtype in PetscSFLinkFetchAndOpRemote() local
1087 PetscMemType rootmtype = link->rootmtype, leafmtype = link->leafmtype, srcmtype, dstmtype; in PetscSFLinkScatterLocal() local
1149 const PetscMemType rootmtype = link->rootmtype, leafmtype = link->leafmtype; in PetscSFLinkFetchAndOpLocal() local
H A Dsfpack.h178 PetscMemType rootmtype, leafmtype; /* root/leafdata's memory type */ member
/petsc/src/vec/is/sf/interface/
H A Dsf.c1489 PetscMemType rootmtype, leafmtype; in PetscSFBcastBegin() local
1523 PetscErrorCode PetscSFBcastWithMemTypeBegin(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, … in PetscSFBcastWithMemTypeBegin()
1587 PetscMemType rootmtype, leafmtype; in PetscSFReduceBegin() local
1620 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFReduceWithMemTypeBegin()
1687 PetscMemType rootmtype, leafmtype, leafupdatemtype; in PetscSFFetchAndOpBegin() local
1728 …PetscSFFetchAndOpWithMemTypeBegin(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, void *roo… in PetscSFFetchAndOpWithMemTypeBegin()
2289 PetscMemType rootmtype, leafmtype; in PetscSFBcastToZero_Private() local
/petsc/include/
H A Dpetscsf.h227 …PetscSFBcastAndOpWithMemtypeBegin(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastAndOpWithMemtypeBegin()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c1001 …rrorCode PetscSFBcastBegin_Window(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, const voi… in PetscSFBcastBegin_Window()
1056 …MPI_Datatype unit, PetscMemType leafmtype, const void *leafdata, PetscMemType rootmtype, void *roo… in PetscSFReduceBegin_Window()
1094 …ode PetscSFFetchAndOpBegin_Window(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, void *roo… in PetscSFFetchAndOpBegin_Window()
/petsc/src/vec/is/sf/impls/basic/nvshmem/
H A Dsfnvshmem.cu159 PetscErrorCode PetscSFLinkNvshmemCheck(PetscSF sf, PetscMemType rootmtype, const void *rootdata, Pe… in PetscSFLinkNvshmemCheck()
687 PetscErrorCode PetscSFLinkCreate_NVSHMEM(PetscSF sf, MPI_Datatype unit, PetscMemType rootmtype, con… in PetscSFLinkCreate_NVSHMEM()