Home
last modified time | relevance | path

Searched defs:req (Results 1 – 13 of 13) sorted by relevance

/petsc/include/petsc/private/
H A Dsfimpl.h154 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Ibcast(a, b, c, d, e, req) argument
155 #define MPIU_Ireduce(a, b, c, d, e, f, g, req) MPI_Ireduce(a, b, c, d, e, f, g, req) argument
156 #define MPIU_Iscatter(a, b, c, d, e, f, g, h, req) MPI_Iscatter(a, b, c, d, e, f, g, h, req) argument
157 …#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… argument
158 #define MPIU_Igather(a, b, c, d, e, f, g, h, req) MPI_Igather(a, b, c, d, e, f, g, h, req) argument
159 …#define MPIU_Igatherv(a, b, c, d, e, f, g, h, i, req) MPI_Igatherv(a, b, c, d, e, f, g, h, i, req) argument
160 #define MPIU_Iallgather(a, b, c, d, e, f, g, req) MPI_Iallgather(a, b, c, d, e, f, g, req) argument
161 …#define MPIU_Iallgatherv(a, b, c, d, e, f, g, h, req) MPI_Iallgatherv(a, b, c, d, e, f, g, h, req) argument
162 #define MPIU_Ialltoall(a, b, c, d, e, f, g, req) MPI_Ialltoall(a, b, c, d, e, f, g, req) argument
167 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Bcast(a, b, c, d, e) argument
[all …]
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c37 MPI_Request *req = NULL; in PetscSFBcastBegin_Allgather() local
59 MPI_Request *req = NULL; in PetscSFReduceBegin_Allgather() local
92 MPI_Request *req = NULL; in PetscSFBcastToZero_Allgather() local
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c11 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Gather() local
/petsc/src/sys/tests/
H A Dex8.c50 …tscMPIInt tag[], PetscMPIInt tonum, PetscMPIInt rank, void *todata, MPI_Request req[], PetscCtx ct… in FSend()
62 …mm comm, const PetscMPIInt tag[], PetscMPIInt rank, void *fromdata, MPI_Request req[], PetscCtx ct… in FRecv()
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c14 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Gatherv() local
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c108 MPI_Request *req = NULL; in PetscSFBcastBegin_Allgatherv() local
137 MPI_Request *req = NULL; in PetscSFReduceBegin_Allgatherv() local
223 MPI_Request *req = NULL; in PetscSFBcastToZero_Allgatherv() local
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c92 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Neighbor() local
124 MPI_Request *req = link->rootreqs[direction][rootmtype_mpi][rootdirect_mpi]; in PetscSFLinkInitMPIRequests_Persistent_Neighbor() local
149 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Persistent_Neighbor() local
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c12 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Alltoall() local
/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c12 #define req(i) (plcg->req[i]) macro
26 MPI_Request *req; /* request array for asynchronous global collective */ member
/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c142 …PetscMPIInt tag[], PetscMPIInt rankid, PetscMPIInt rank, void *sdata, MPI_Request req[], void *ctx) in VecAssemblySend_MPI_Private()
165 …PI_Comm comm, const PetscMPIInt tag[], PetscMPIInt rank, void *rdata, MPI_Request req[], void *ctx) in VecAssemblyRecv_MPI_Private()
/petsc/src/mat/utils/
H A Dmatstash.c786 …tscMPIInt tag[], PetscMPIInt rankid, PetscMPIInt rank, void *sdata, MPI_Request req[], PetscCtx ct… in MatStashBTSSend_Private()
803 …_Comm comm, const PetscMPIInt tag[], PetscMPIInt rank, void *rdata, MPI_Request req[], PetscCtx ct… in MatStashBTSRecv_Private()
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c559 MPI_Request req; in KSPSolve_PIPECG2() local
/petsc/src/sys/utils/
H A Dmpits.c333 MPI_Request *sendreqs, *usendreqs, *req, barrier; in PetscCommBuildTwoSidedFReq_Ibarrier() local