Searched refs:MPI_REQUEST_NULL (Results 1 – 12 of 12) sorted by relevance
41 MPIUNI_FInt MPI_REQUEST_NULL42 parameter (MPI_REQUEST_NULL=0)
273 #define MPI_REQUEST_NULL 0 macro
93 barrier = MPI_REQUEST_NULL; in PetscCommBuildTwoSided_Ibarrier()310 for (k = 0; k < ntags; k++) sendreq[i * ntags + k] = MPI_REQUEST_NULL; in PetscCommBuildTwoSidedFReq_Reference()316 for (k = 0; k < ntags; k++) recvreq[i * ntags + k] = MPI_REQUEST_NULL; in PetscCommBuildTwoSidedFReq_Reference()352 for (k = 0; k < ntags; k++) usendreqs[i * ntags + k] = MPI_REQUEST_NULL; in PetscCommBuildTwoSidedFReq_Ibarrier()361 barrier = MPI_REQUEST_NULL; in PetscCommBuildTwoSidedFReq_Ibarrier()377 for (k = 0; k < ntags; k++) req[k] = MPI_REQUEST_NULL; in PetscCommBuildTwoSidedFReq_Ibarrier()
128 if (reqs[i] != MPI_REQUEST_NULL) PetscCallMPI(MPI_Request_free(&reqs[i])); in PetscSFLinkCreate_MPI()135 if (reqs[i] != MPI_REQUEST_NULL) PetscCallMPI(MPI_Request_free(&reqs[i])); in PetscSFLinkCreate_MPI()151 …for (i = 0; i < nreqs; i++) link->reqs[i] = MPI_REQUEST_NULL; /* Initialized to NULL so that we kn… in PetscSFLinkCreate_MPI()
408 if (link->reqs[i] != MPI_REQUEST_NULL) PetscCallMPI(MPI_Request_free(&link->reqs[i])); in PetscSFLinkDestroy()
31 *request = MPI_REQUEST_NULL; in MPIU_Iallreduce()53 (*sr)->request = MPI_REQUEST_NULL; in PetscSplitReductionCreate()176 if (sr->request != MPI_REQUEST_NULL) PetscCallMPI(MPI_Wait(&sr->request, MPI_STATUS_IGNORE)); in PetscSplitReductionEnd()
175 *req = MPI_REQUEST_NULL; /* Set NULL so that we can safely MPI_Wait(req) */ in PetscSFReduceBegin_Allgatherv()
710 gs->msg_ids_out[nprs] = MPI_REQUEST_NULL; in set_pairwise()712 gs->msg_ids_in[nprs] = MPI_REQUEST_NULL; in set_pairwise()
508 for (PetscMPIInt i = 0; i < sf->nranks; i++) link->reqs[i] = MPI_REQUEST_NULL; in PetscSFGetWindow()896 for (i = 0; i < sf->nranks; i++) link->reqs[i] = MPI_REQUEST_NULL; in PetscSFRegisterPersistent_Window()
109 *request = MPI_REQUEST_NULL; in MPIU_Iallreduce()
618 req = MPI_REQUEST_NULL; in KSPSolve_PIPECG2()686 req = MPI_REQUEST_NULL; in KSPSolve_PIPECG2()
2178 …recvReqs[p - startC] = MPI_REQUEST_NULL; /* just in case we… in DMPforestGetCellCoveringSF()2200 sendReqs[p - startF] = MPI_REQUEST_NULL; /* just in case we don't initiate a send */ in DMPforestGetCellCoveringSF()