Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove older mpich test suite
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / dtypes.h
diff --git a/teshsuite/smpi/mpich-test/pt2pt/dtypes.h b/teshsuite/smpi/mpich-test/pt2pt/dtypes.h
deleted file mode 100644 (file)
index 7aabe29..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef MPITEST_DTYPES
-#define MPITEST_DTYPES
-
-void GenerateData ( MPI_Datatype *, void **, void **, int *, int *,
-                             char **, int * );
-void AllocateForData ( MPI_Datatype **, void ***, void ***, 
-                                int **, int **, char ***, int * );
-int CheckData ( void *, void *, int );
-int CheckDataAndPrint ( void *, void *, int, char *, int );
-void FreeDatatypes ( MPI_Datatype *, void **, void **, 
-                              int *, int *, char **, int );
-void BasicDatatypesOnly( void );
-#endif