From: Augustin Degomme Date: Tue, 13 Mar 2018 07:11:31 +0000 (+0100) Subject: one last verbose X-Git-Tag: v3.19~78^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/da27b0b8e799c3799ae827aca89c6dd5203d33c3?hp=cbc0be326e8b850c93bea7d50949a92c9eae0bf6 one last verbose --- diff --git a/teshsuite/smpi/mpich3-test/perf/non_zero_root.c b/teshsuite/smpi/mpich3-test/perf/non_zero_root.c index 553c2db536..0ab6f41fc4 100644 --- a/teshsuite/smpi/mpich3-test/perf/non_zero_root.c +++ b/teshsuite/smpi/mpich3-test/perf/non_zero_root.c @@ -13,8 +13,6 @@ #define ERROR_MARGIN 0.5 -static int verbose = 0; - int main(int argc, char *argv[]) { char *sbuf, *rbuf; @@ -27,9 +25,6 @@ int main(int argc, char *argv[]) MPI_Comm_rank(MPI_COMM_WORLD, &rank); MPI_Comm_size(MPI_COMM_WORLD, &size); - if (getenv("MPITEST_VERBOSE")) - verbose = 1; - /* Allocate memory regions to communicate */ sbuf = (char *) malloc(SIZE); rbuf = (char *) malloc(size * SIZE);