Home
last modified time | relevance | path

Searched refs:MPI_Datatype (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c24 typedef struct ompi_datatype_t *MPI_Datatype; typedef
28 typedef int MPI_Datatype; typedef
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 …]
Dwarn-type-safety.cpp3 typedef struct ompi_datatype_t *MPI_Datatype; typedef
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)
Dwarn-type-safety.c7 typedef struct A *MPI_Datatype; typedef
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)
/external/valgrind/mpi/
Dlibmpiwrap.c259 static void showTy ( FILE* f, MPI_Datatype ty ) in showTy()
412 MPI_Datatype datatype, in count_from_Status()
457 static long extentOfTy ( MPI_Datatype ty ) in extentOfTy()
467 static void maybeFreeTy ( MPI_Datatype* ty ) in maybeFreeTy()
511 static long sizeofOneNamedTy ( MPI_Datatype ty ) in sizeofOneNamedTy()
661 MPI_Datatype ty, long count );
668 void walk_type ( void(*f)(void*,long), char* base, MPI_Datatype ty ) in walk_type()
674 MPI_Datatype* dtys = NULL; in walk_type()
762 dtys = malloc(n_dtys * sizeof(MPI_Datatype)); in walk_type()
891 MPI_Datatype elemTy, long count ) in walk_type_array()
[all …]
Dmpiwrap_type_test.c16 typedef MPI_Datatype Ty;
131 void(*dl_walk_type)(void(*)(void*,long),char*,MPI_Datatype) in sendToMyself()
132 = (void(*)(void(*)(void*,long),char*,MPI_Datatype)) in sendToMyself()
/external/clang/docs/
DAttributeReference.rst972 the buffer type matches the passed ``MPI_Datatype``;
995 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */)
1037 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */)
1058 #define MPI_INT ((MPI_Datatype) &mpi_datatype_int)
1067 #define MPI_INT ((MPI_Datatype) 42)
1068 static const MPI_Datatype mpi_datatype_int
1087 #define MPI_DOUBLE_INT ((MPI_Datatype) &mpi_datatype_double_int)
1098 // doesn't match specified MPI_Datatype
1109 #define MPI_DATATYPE_NULL ((MPI_Datatype) &mpi_datatype_null)
/external/clang/include/clang/Basic/
DAttrDocs.td967 the buffer type matches the passed ``MPI_Datatype``;
990 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */)
1029 int MPI_Send(void *buf, int count, MPI_Datatype datatype /*, other args omitted */)
1047 #define MPI_INT ((MPI_Datatype) &mpi_datatype_int)
1056 #define MPI_INT ((MPI_Datatype) 42)
1057 static const MPI_Datatype mpi_datatype_int
1076 #define MPI_DOUBLE_INT ((MPI_Datatype) &mpi_datatype_double_int)
1087 // doesn't match specified MPI_Datatype
1098 #define MPI_DATATYPE_NULL ((MPI_Datatype) &mpi_datatype_null)