X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53ef75ab57752782c82fd7c106626a772940dd0a..2f05e1ad3da18da4f302d234631e217a83134826:/teshsuite/smpi/mpich3-test/coll/coll13.c diff --git a/teshsuite/smpi/mpich3-test/coll/coll13.c b/teshsuite/smpi/mpich3-test/coll/coll13.c index 80c9bfaca6..c3c39f37eb 100644 --- a/teshsuite/smpi/mpich3-test/coll/coll13.c +++ b/teshsuite/smpi/mpich3-test/coll/coll13.c @@ -16,10 +16,6 @@ From: hook@nas.nasa.gov (Edward C. Hook) #include #include -#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);