X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da4b64609d1b4d1829801004cab5ea40ec8b22f1..50bc81a8526eb95a52e6a4b4a2ae1be94dfb24c1:/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 index 0000000000..3a3c888ee0 --- /dev/null +++ b/teshsuite/smpi/mpich3-test/include/dtypes.h @@ -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