Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dmpichecker.cpp14 MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); in matchedWait1()
15 MPI_Wait(&recvReq1, MPI_STATUS_IGNORE); in matchedWait1()
27 MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); in matchedWait2()
28 MPI_Wait(&recvReq1, MPI_STATUS_IGNORE); in matchedWait2()
42 MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); in matchedWait3()
43 MPI_Wait(&recvReq1, MPI_STATUS_IGNORE); in matchedWait3()
45 MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); in matchedWait3()
46 MPI_Wait(&recvReq1, MPI_STATUS_IGNORE); in matchedWait3()
67 MPI_Wait(&recvReq1, MPI_STATUS_IGNORE); in missingWait2()
81 MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); in doubleNonblocking()
[all …]
DMemRegion.cpp11 …MPI_Wait(&sendReq1, MPI_STATUS_IGNORE); // expected-warning{{Request 'sendReq1' has no matching no… in testGetDescriptiveName()
18 …MPI_Wait(&sendReq1[1][7][9], MPI_STATUS_IGNORE); // expected-warning{{Request 'sendReq1[1][7][9]' … in testGetDescriptiveName2()
27 …MPI_Wait(r, MPI_STATUS_IGNORE); // expected-warning{{Request 'rs.req' has no matching nonblocking … in testGetDescriptiveName3()
36 …MPI_Wait(r, MPI_STATUS_IGNORE); // expected-warning{{Request 'rs.req[0][1]' has no matching nonblo… in testGetDescriptiveName4()
46 …MPI_Wait(r, MPI_STATUS_IGNORE); // expected-warning{{Request 'rs.req.req' has no matching nonblock… in testGetDescriptiveName5()
Dmpicheckernotes.cpp12 MPI_Wait(&sendReq, MPI_STATUS_IGNORE); in doubleNonblocking()
33 MPI_Wait(&sendReq, MPI_STATUS_IGNORE); in tripleNonblocking()
DMPIMock.h38 #define MPI_STATUS_IGNORE 0 macro
/external/tensorflow/tensorflow/contrib/mpi/
Dmpi_rendezvous_mgr.h63 MPI_CHECK(MPI_Wait(&msg1_, MPI_STATUS_IGNORE)); in ~MPISendTensorCall()
101 MPI_CHECK(MPI_Wait(&mpi_request_, MPI_STATUS_IGNORE)); in ~MPIRequestTensorCall()
Dmpi_rendezvous_mgr.cc179 MPI_STATUS_IGNORE)); in AddRequest()