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

  /external/clang/test/Analysis/
MPIMock.h 7 typedef int MPI_Datatype;
45 int MPI_Send(const void *, int, MPI_Datatype, int, int, MPI_Comm);
46 int MPI_Recv(void *, int, MPI_Datatype, int, int, MPI_Comm, MPI_Status *);
47 int MPI_Isend(const void *, int, MPI_Datatype, int, int, MPI_Comm,
49 int MPI_Irecv(void *, int, MPI_Datatype, int, int, MPI_Comm, MPI_Request *);
52 int MPI_Reduce(const void *, void *, int, MPI_Datatype, MPI_Op, int, MPI_Comm);
53 int MPI_Ireduce(const void *, void *, int, MPI_Datatype, MPI_Op, int, MPI_Comm,
55 int MPI_Bcast(void *, int count, MPI_Datatype, int, MPI_Comm);
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 24 typedef struct ompi_datatype_t *MPI_Datatype;
28 typedef int MPI_Datatype;
31 int MPI_Send(void *buf, int count, MPI_Datatype datatype)
34 int MPI_Gather(void *sendbuf, int sendcount, MPI_Datatype sendtype,
35 void *recvbuf, int recvcount, MPI_Datatype recvtype)
43 #define MPI_DATATYPE_NULL OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_datatype_null)
44 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float)
45 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int)
46 #define MPI_LONG OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_long)
47 #define MPI_LONG_LONG_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_long_long_int
    [all...]
warn-type-safety.cpp 3 typedef struct ompi_datatype_t *MPI_Datatype;
7 #define MPI_FLOAT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_float)
8 #define MPI_INT OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_int)
9 #define MPI_NULL OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_null)
24 void f1(void *buf, int count, MPI_Datatype datatype)
27 void f2(void *buf, int count, MPI_Datatype datatype)
30 void f3(void *buf, int count, MPI_Datatype datatype)
33 void f4(void *buf, int count, MPI_Datatype datatype)
36 void MPI_Send(void *buf, int count, MPI_Datatype datatype)
42 void value_dep(void *buf, int count, MPI_Datatype datatype
    [all...]
warn-type-safety.c 7 typedef struct A *MPI_Datatype;
9 int wrong1(void *buf, MPI_Datatype datatype)
12 int wrong2(void *buf, MPI_Datatype datatype)
15 int wrong3(void *buf, MPI_Datatype datatype)
18 int wrong4(void *buf, MPI_Datatype datatype)
21 int wrong5(void *buf, MPI_Datatype datatype)
24 int wrong6(void *buf, MPI_Datatype datatype)
29 int wrong7(void *buf, MPI_Datatype datatype)
32 int wrong8(void *buf, MPI_Datatype datatype)
37 int wrong10(double buf, MPI_Datatype type
    [all...]
  /external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
ring.cc 28 extern template MPI_Datatype MPIType<float>();
29 extern template MPI_Datatype MPIType<int>();
30 extern template MPI_Datatype MPIType<long long>();
ring.cu.cc 31 MPI_Datatype MPIType<float>() {
35 MPI_Datatype MPIType<int>() {
39 MPI_Datatype MPIType<long long>() {
ring.h 47 MPI_Datatype MPIType();
  /external/valgrind/mpi/
libmpiwrap.c 259 static void showTy ( FILE* f, MPI_Datatype ty )
412 MPI_Datatype datatype,
458 static long extentOfTy ( MPI_Datatype ty )
468 static void maybeFreeTy ( MPI_Datatype* ty )
512 static long sizeofOneNamedTy ( MPI_Datatype ty )
662 MPI_Datatype ty, long count );
669 void walk_type ( void(*f)(void*,long), char* base, MPI_Datatype ty )
675 MPI_Datatype* dtys = NULL;
763 dtys = malloc(n_dtys * sizeof(MPI_Datatype));
892 MPI_Datatype elemTy, long count
    [all...]
mpiwrap_type_test.c 16 typedef MPI_Datatype Ty;
131 void(*dl_walk_type)(void(*)(void*,long),char*,MPI_Datatype)
132 = (void(*)(void(*)(void*,long),char*,MPI_Datatype))

Completed in 81 milliseconds