HomeSort by relevance Sort by last modified time
    Searched refs:MPI_Status (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Analysis/
MPIMock.h 10 typedef int MPI_Status;
46 int MPI_Recv(void *, int, MPI_Datatype, int, int, MPI_Comm, MPI_Status *);
50 int MPI_Wait(MPI_Request *, MPI_Status *);
51 int MPI_Waitall(int, MPI_Request[], MPI_Status[]);
  /external/valgrind/mpi/
libmpiwrap.c 60 /* Handling of MPI_STATUS{ES}_IGNORE for MPI_Status* arguments.
62 The MPI-2 spec allows many functions which have MPI_Status* purely
69 This library handles such cases by allocating a fake MPI_Status
74 because we need to use information returned in MPI_Status*
76 supply a real MPI_Status object.
80 real MPI_Status object to the (real) MPI_Recv call. Hence, if the
130 MPI_STATUS{ES}_IGNORE. */
413 MPI_Status* status)
446 Bool isMSI ( MPI_Status* status
    [all...]
mpiwrap_type_test.c 124 MPI_Status status;
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_rendezvous_mgr.h 83 MPI_Status status;
233 int ProbeForData(const int tag, MPI_Status* status, T* obj) {
241 MPI_Status stat2;
mpi_rendezvous_mgr.cc 128 MPI_Status status;
280 MPI_Status status;
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
ring.h 53 #define MPI_REQUIRES_OK(MPI_STATUS) \
54 if ((MPI_STATUS) != MPI_SUCCESS) { \
194 MPI_Status recv_status;
296 MPI_Status recv_status;
mpi_ops.cc 684 MPI_Status status;
762 MPI_Status status;
    [all...]

Completed in 74 milliseconds