Home
last modified time | relevance | path

Searched refs:rreqs (Results 1 – 2 of 2) sorted by relevance

/petsc/src/vec/is/sf/impls/basic/
H A Dsfbasic.c61 MPI_Request *sreqs = NULL, *rreqs = NULL; in PetscSFLinkStartCommunication_Persistent_Basic() local
70 PetscCall(PetscSFLinkGetMPIBuffersAndRequests(sf, link, direction, NULL, NULL, NULL, &rreqs)); in PetscSFLinkStartCommunication_Persistent_Basic()
73 PetscCall(PetscSFLinkGetMPIBuffersAndRequests(sf, link, direction, NULL, NULL, &rreqs, NULL)); in PetscSFLinkStartCommunication_Persistent_Basic()
90 if (rbuflen) PetscCallMPI(MPI_Startall_irecv(rbuflen, link->unit, nrreqs, rreqs)); in PetscSFLinkStartCommunication_Persistent_Basic()
/petsc/src/vec/vec/utils/
H A Dvscat.c936 MPI_Request *reqs, *sreqs, *rreqs; in VecScatterCreate() local
1010 rreqs = PetscSafePointerPlusOffset(reqs, nsend * 2); in VecScatterCreate()
1014 … PetscCallMPI(MPIU_Irecv(rxindices + disp, count, MPIU_INT, recvfrom[i], tag1, ycomm, rreqs + i)); in VecScatterCreate()
1015 …PetscCallMPI(MPIU_Irecv(ryindices + disp, count, MPIU_INT, recvfrom[i], tag2, ycomm, rreqs + nrecv… in VecScatterCreate()