From 1a40e0a660727801eb1dbb2f830e5a1dbbaeca1d Mon Sep 17 00:00:00 2001 From: Berenger Bramas <bbramas@mpcdf.mpg.de> Date: Fri, 28 Apr 2017 15:26:08 +0200 Subject: [PATCH] Do not print complete timing (stack based) stats when using TIMING OUTPUT --- bfps/_code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bfps/_code.py b/bfps/_code.py index faf15155..6e1af50d 100644 --- a/bfps/_code.py +++ b/bfps/_code.py @@ -167,7 +167,6 @@ class _code(_base): #endif #ifdef USE_TIMINGOUTPUT global_timer_manager.show(MPI_COMM_WORLD); - global_timer_manager.showMpi(MPI_COMM_WORLD); global_timer_manager.showHtml(MPI_COMM_WORLD); #endif MPI_Finalize(); -- GitLab