diff options
-rw-r--r-- | perform/pio_perf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perform/pio_perf.c b/perform/pio_perf.c index 2816e40..c8910d2 100644 --- a/perform/pio_perf.c +++ b/perform/pio_perf.c @@ -326,7 +326,9 @@ main(int argc, char **argv) } } - report_parameters(opts); + if ((pio_debug_level == 0 && comm_world_rank_g == 0) || pio_debug_level > 0) + report_parameters(opts); + run_test_loop(opts); finish: |