From da27b0b8e799c3799ae827aca89c6dd5203d33c3 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 13 Mar 2018 08:11:31 +0100 Subject: [PATCH] one last verbose --- teshsuite/smpi/mpich3-test/perf/non_zero_root.c | 5 ----- 1 file changed, 5 deletions(-) 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); -- 2.20.1