Searched refs:sreqs (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfbasic.c | 61 MPI_Request *sreqs = NULL, *rreqs = NULL; in PetscSFLinkStartCommunication_Persistent_Basic() local 82 PetscCall(PetscSFLinkGetMPIBuffersAndRequests(sf, link, direction, NULL, NULL, &sreqs, NULL)); in PetscSFLinkStartCommunication_Persistent_Basic() 86 PetscCall(PetscSFLinkGetMPIBuffersAndRequests(sf, link, direction, NULL, NULL, NULL, &sreqs)); in PetscSFLinkStartCommunication_Persistent_Basic() 91 if (sbuflen) PetscCallMPI(MPI_Startall_isend(sbuflen, link->unit, nsreqs, sreqs)); in PetscSFLinkStartCommunication_Persistent_Basic()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 936 MPI_Request *reqs, *sreqs, *rreqs; in VecScatterCreate() local 1009 sreqs = reqs; in VecScatterCreate() 1021 …llMPI(MPIU_Isend(xindices_sorted + sstart[i], count, MPIU_INT, sendto[i], tag1, ycomm, sreqs + i)); in VecScatterCreate() 1022 …IU_Isend(yindices_sorted + sstart[i], count, MPIU_INT, sendto[i], tag2, ycomm, sreqs + nsend + i)); in VecScatterCreate()
|