Searched refs:recv_request (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/is/nn/ |
| H A D | nn.c | 200 MPI_Request *send_request, *recv_request; in PCNNCreateCoarseMatrix() local 248 PetscCall(PetscMalloc2(n_neigh + 1, &send_request, n_neigh + 1, &recv_request)); in PCNNCreateCoarseMatrix() 254 …(DZ_IN[i], n_shared[i], MPIU_SCALAR, nn, tag, PetscObjectComm((PetscObject)pc), &recv_request[i])); in PCNNCreateCoarseMatrix() 272 PetscCallMPI(MPI_Waitany(n_neigh - 1, recv_request + 1, &ind, &stat)); in PCNNCreateCoarseMatrix() 297 PetscCall(PetscFree2(send_request, recv_request)); in PCNNCreateCoarseMatrix()
|