Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2170 MPI_Request *recvReqs, *sendReqs; in DMPforestGetCellCoveringSF() local
2188 PetscCall(PetscMalloc2(2 * (endF - startF), &send, endF - startF, &sendReqs)); in DMPforestGetCellCoveringSF()
2200 sendReqs[p - startF] = MPI_REQUEST_NULL; /* just in case we don't initiate a send */ in DMPforestGetCellCoveringSF()
2236 …PetscCallMPI(MPIU_Isend(&send[2 * (p - startF)], 2, MPIU_INT, p, tag, comm, &sendReqs[p - startF])… in DMPforestGetCellCoveringSF()
2262 PetscCallMPI(MPI_Waitall((PetscMPIInt)(endF - startF), sendReqs, MPI_STATUSES_IGNORE)); in DMPforestGetCellCoveringSF()
2263 PetscCall(PetscFree2(send, sendReqs)); in DMPforestGetCellCoveringSF()