Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first commit to add the mpich-test suite to smpi tesh suite. Obviously all tests...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / mpitest.h
1 #ifndef MPITEST_TEST
2 #define MPITEST_TEST
3
4 void Test_Init ( char *, int );
5 void Test_Message (char *);
6 void Test_Failed (char *);
7 void Test_Passed (char *);
8 int Summarize_Test_Results (void);
9 void Test_Finalize (void);
10 void Test_Waitforall (void);
11 #endif