From: Fabian Castelli Date: Sat, 7 Aug 2021 06:36:14 +0000 (+0200) Subject: step-40 disable timer summary output X-Git-Tag: v9.4.0-rc1~1091^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12636%2Fhead;p=dealii.git step-40 disable timer summary output --- diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index c28d6f2f10..074e9c11e8 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -216,7 +216,7 @@ namespace Step40 (Utilities::MPI::this_mpi_process(mpi_communicator) == 0)) , computing_timer(mpi_communicator, pcout, - TimerOutput::summary, + TimerOutput::never, TimerOutput::wall_times) {}