Home
last modified time | relevance | path

Searched refs:MPI_Request (Results 1 – 25 of 56) sorted by relevance

123

/petsc/src/sys/utils/
H A Dmpits.c78 MPI_Request *sendreqs, barrier; in PetscCommBuildTwoSided_Ibarrier()
138 MPI_Request *reqs, *sendreqs; in PetscCommBuildTwoSided_Allreduce()
184 MPI_Request *reqs, *sendreqs; in PetscCommBuildTwoSided_RedScatter()
289MPI_Request **toreqs, MPI_Request **fromreqs, PetscErrorCode (*send)(MPI_Comm, const PetscMPIInt[]… in PetscCommBuildTwoSidedFReq_Reference() argument
293 MPI_Request *sendreq, *recvreq; in PetscCommBuildTwoSidedFReq_Reference()
328MPI_Request **toreqs, MPI_Request **fromreqs, PetscErrorCode (*send)(MPI_Comm, const PetscMPIInt[]… in PetscCommBuildTwoSidedFReq_Ibarrier() argument
333 MPI_Request *sendreqs, *usendreqs, *req, barrier; in PetscCommBuildTwoSidedFReq_Ibarrier()
358 PetscCall(PetscSegBufferCreate(sizeof(MPI_Request), 4, &segreq)); in PetscCommBuildTwoSidedFReq_Ibarrier()
440 …PetscMPIInt, void *, MPI_Request[], void *), PetscErrorCode (*recv)(MPI_Comm, const PetscMPIInt[],… in PetscCommBuildTwoSidedF() argument
442 MPI_Request *toreqs, *fromreqs; in PetscCommBuildTwoSidedF()
[all …]
H A Dmpimesg.c93 MPI_Request *s_waits, *r_waits; in PetscGatherMessageLengths()
171 MPI_Request *s_waits, *r_waits; in PetscGatherMessageLengths_Private()
242 MPI_Request *s_waits, *r_waits; in PetscGatherMessageLengths2()
293 … const PetscMPIInt onodes[], const PetscMPIInt olengths[], PetscInt ***rbuf, MPI_Request **r_waits) in PetscPostIrecvInt()
296 MPI_Request *r_waits_t; in PetscPostIrecvInt()
316 …nst PetscMPIInt onodes[], const PetscMPIInt olengths[], PetscScalar ***rbuf, MPI_Request **r_waits) in PetscPostIrecvScalar()
320 MPI_Request *r_waits_t; in PetscPostIrecvScalar()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.h13 MPI_Request *send_waits; /* array of send requests */
14 MPI_Request *recv_waits; /* array of receive requests */
/petsc/src/vec/is/sf/impls/basic/allgather/
H A Dsfallgather.c37 MPI_Request *req = NULL; in PetscSFBcastBegin_Allgather()
59 MPI_Request *req = NULL; in PetscSFReduceBegin_Allgather()
92 MPI_Request *req = NULL; in PetscSFBcastToZero_Allgather()
/petsc/src/dm/impls/swarm/
H A Ddata_ex.h35 MPI_Request *_requests;
/petsc/src/vec/is/sf/impls/basic/gather/
H A Dsfgather.c11 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Gather()
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.h191MPI_Request *rootreqs[2][2][2]; /* Root requests in layout of [PETSCSF_DIRECTION][PETSC_MEMT…
192MPI_Request *leafreqs[2][2][2]; /* Leaf requests in layout of [PETSCSF_DIRECTION][PETSC_MEMT…
195MPI_Request *reqs; /* An array of length (nrootreqs+nleafreqs)*8. Pointers in r…
266 …etscSFDirection direction, void **rootbuf, void **leafbuf, MPI_Request **rootreqs, MPI_Request **l… in PetscSFLinkGetMPIBuffersAndRequests()
/petsc/src/sys/tests/
H A Dex8.c50 … PetscMPIInt tag[], PetscMPIInt tonum, PetscMPIInt rank, void *todata, MPI_Request req[], PetscCtx… in FSend()
62 …_Comm comm, const PetscMPIInt tag[], PetscMPIInt rank, void *fromdata, MPI_Request req[], PetscCtx… in FRecv()
/petsc/include/petsc/private/
H A Dcharacteristicimpl.h79 MPI_Request *request; /* Requests for sizes/velocities/fields from other processes */
H A Dmatimpl.h353 MPI_Request *send_waits; /* array of send requests */
354 MPI_Request *recv_waits; /* array of receive requests */
384 MPI_Request *sendreqs;
385 MPI_Request *recvreqs;
738 MPI_Request *send_waits; /* array of send requests */
739 MPI_Request *recv_waits; /* array of receive requests */
/petsc/include/
H A Dpetscsys.h2544 … PetscMPIInt, PetscMPIInt, const PetscMPIInt[], const PetscMPIInt[], PetscInt ***, MPI_Request **);
2545 …tscMPIInt, PetscMPIInt, const PetscMPIInt[], const PetscMPIInt[], PetscScalar ***, MPI_Request **);
2547 …PetscMPIInt, void *, MPI_Request[], void *), PetscErrorCode (*recv)(MPI_Comm, const PetscMPIInt[],…
2548MPI_Request **, MPI_Request **, PetscErrorCode (*send)(MPI_Comm, const PetscMPIInt[], PetscMPIInt,…
2744 … count, MPI_Datatype dtype, PetscMPIInt dest, PetscMPIInt tag, MPI_Comm comm, MPI_Request *request) in MPIU_Send_init()
2753 … count, MPI_Datatype dtype, PetscMPIInt dest, PetscMPIInt tag, MPI_Comm comm, MPI_Request *request) in MPIU_Isend()
2771 …ount, MPI_Datatype dtype, PetscMPIInt source, PetscMPIInt tag, MPI_Comm comm, MPI_Request *request) in MPIU_Recv_init()
2780 …ount, MPI_Datatype dtype, PetscMPIInt source, PetscMPIInt tag, MPI_Comm comm, MPI_Request *request) in MPIU_Irecv()
/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c89 MPI_Request *msg_ids_in;
90 MPI_Request *msg_ids_out;
709 gs->msg_ids_out = (MPI_Request *)malloc(sizeof(MPI_Request) * (nprs + 1)); in set_pairwise()
711 gs->msg_ids_in = (MPI_Request *)malloc(sizeof(MPI_Request) * (nprs + 1)); in set_pairwise()
1136 MPI_Request *msg_ids_in, *msg_ids_out, *ids_in, *ids_out; in PCTFS_gs_gop_vec_pairwise_plus()
1319 MPI_Request *msg_ids_in, *msg_ids_out, *ids_in, *ids_out; in PCTFS_gs_gop_pairwise_plus_hc()
/petsc/src/vec/is/utils/
H A Dpsort.c175 MPI_Request firstreqrcv; in PetscParallelRedistribute()
176 MPI_Request *firstreqs; in PetscParallelRedistribute()
177 MPI_Request *secondreqs; in PetscParallelRedistribute()
/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h36 MPI_Request *sendreqs;
37 MPI_Request *recvreqs;
/petsc/src/vec/is/sf/impls/basic/gatherv/
H A Dsfgatherv.c14 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Gatherv()
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c422 …const PetscInt nloc = a_Gmat->rmap->n, request_size = PetscCeilInt((int)sizeof(MPI_Request), (i… in MatCoarsenApply_HEM_private()
830 MPI_Request *request; in MatCoarsenApply_HEM_private()
839 request = (MPI_Request *)sbuff; in MatCoarsenApply_HEM_private()
866 MPI_Request *request; in MatCoarsenApply_HEM_private()
897 request = (MPI_Request *)sbuff; in MatCoarsenApply_HEM_private()
956 MPI_Request *request = (MPI_Request *)sbuffs1[proc_idx]; in MatCoarsenApply_HEM_private()
963 MPI_Request *request = (MPI_Request *)sbuffs2[proc_idx]; in MatCoarsenApply_HEM_private()
/petsc/src/vec/is/sf/impls/basic/neighbor/
H A Dsfneighbor.c92 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Neighbor()
124 MPI_Request *req = link->rootreqs[direction][rootmtype_mpi][rootdirect_mpi]; in PetscSFLinkInitMPIRequests_Persistent_Neighbor()
149 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Persistent_Neighbor()
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c32 MPI_Request *reqs;
427 …Int postassert, PetscMPIInt startassert, const MPI_Aint **target_disp, MPI_Request **reqs, MPI_Win… in PetscSFGetWindow()
605 …f, MPI_Datatype unit, const void *rootdata, const void *leafdata, MPI_Win *win, MPI_Request **reqs) in PetscSFFindWindow()
1008 MPI_Request *reqs; in PetscSFBcastBegin_Window()
1039 MPI_Request *reqs = NULL; in PetscSFBcastEnd_Window()
1085 MPI_Request *reqs = NULL; in PetscSFReduceEnd_Window()
1146 MPI_Request *reqs = NULL; in PetscSFFetchAndOpEnd_Window()
/petsc/src/vec/is/sf/impls/basic/allgatherv/
H A Dsfallgatherv.c108 MPI_Request *req = NULL; in PetscSFBcastBegin_Allgatherv()
137 MPI_Request *req = NULL; in PetscSFReduceBegin_Allgatherv()
223 MPI_Request *req = NULL; in PetscSFBcastToZero_Allgatherv()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.h47 MPI_Request *send_waits; /* array of send requests */ \
48 MPI_Request *recv_waits; /* array of receive requests */ \
/petsc/src/dm/impls/plex/
H A Dplexcheckinterface.c11 MPI_Request *sreq, *rreq; in ExchangeArrayByRank_Private()
50 MPI_Request *sreq, *rreq; in ExchangeVecByRank_Private()
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h51 #define MPIU_Request type(MPI_Request)
/petsc/src/vec/is/sf/impls/basic/alltoall/
H A Dsfalltoall.c12 MPI_Request *req = NULL; in PetscSFLinkStartCommunication_Alltoall()
/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c99 MPI_Request *send_waits, *recv_waits, *send_waits2, *recv_waits2; in AOMap_MemoryScalable_private()
275 MPI_Request *send_waits, *recv_waits; in AOCreateMemoryScalable_private()
/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c26 MPI_Request *req; /* request array for asynchronous global collective */
102 …*recvbuf, PetscMPIInt count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Request *request) in MPIU_Iallreduce()

123