]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/coll/coll13.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some comments on tests we don't pass
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / coll13.c
index 80c9bfaca60ae3d06738837dfc267a44e04d528b..c3c39f37eb7e68e324b6b2635b5e0efce72f6b78 100644 (file)
@@ -16,10 +16,6 @@ From: hook@nas.nasa.gov (Edward C. Hook)
 
 #include <string.h>
 #include <errno.h>
-#ifndef EXIT_SUCCESS
-#define EXIT_SUCCESS 0
-#define EXIT_FAILURE 1
-#endif
 
 int main(int argc, char *argv[])
 {
@@ -28,7 +24,7 @@ int main(int argc, char *argv[])
     int i;
     int *sb;
     int *rb;
-    int status, gstatus;
+    int status;
 
     MTest_Init(&argc, &argv);
     MPI_Comm_rank(MPI_COMM_WORLD, &rank);