Home
last modified time | relevance | path

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

/petsc/src/mat/utils/
H A Dmatstash.c451 MPI_Request *send_waits, *recv_waits, *recv_waits1, *recv_waits2; in MatStashScatterBegin_Ref() local
510 PetscCall(PetscPostIrecvInt(comm, tag1, nreceives, onodes, olengths, &rindices, &recv_waits1)); in MatStashScatterBegin_Ref()
583 recv_waits[2 * i] = recv_waits1[i]; in MatStashScatterBegin_Ref()
588 PetscCall(PetscFree(recv_waits1)); in MatStashScatterBegin_Ref()
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c1521 MPI_Request *send_waits, *recv_waits, *recv_waits1, *recv_waits2; in MatStashScatterBegin_ScaLAPACK() local
1578 PetscCall(PetscPostIrecvInt(comm, tag1, nreceives, onodes, olengths, &rindices, &recv_waits1)); in MatStashScatterBegin_ScaLAPACK()
1651 recv_waits[2 * i] = recv_waits1[i]; in MatStashScatterBegin_ScaLAPACK()
1656 PetscCall(PetscFree(recv_waits1)); in MatStashScatterBegin_ScaLAPACK()