Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
EXIT_SUCCESS/EXIT_FAILURE are standard C defined in stdlib.h.
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / coll13.c
index 80c9bfa..c3c39f3 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);