Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update comm, datatype from mpich trunk
[simgrid.git] / teshsuite / smpi / mpich3-test / include / dtypes.h
diff --git a/teshsuite/smpi/mpich3-test/include/dtypes.h b/teshsuite/smpi/mpich3-test/include/dtypes.h
new file mode 100644 (file)
index 0000000..3a3c888
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef MPITEST_DTYPES
+#define MPITEST_DTYPES
+
+void MTestDatatype2Generate ( MPI_Datatype *, void **, void **, int *, int *,
+                             int * );
+void MTestDatatype2Allocate ( MPI_Datatype **, void ***, void ***,
+                             int **, int **, int * );
+int MTestDatatype2Check ( void *, void *, int );
+int MTestDatatype2CheckAndPrint ( void *, void *, int, char *, int );
+void MTestDatatype2Free ( MPI_Datatype *, void **, void **,
+                         int *, int *, int );
+void MTestDatatype2BasicOnly( void );
+#endif