]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Prevent excess timer output. 12680/head
authorMarc Fehling <marc.fehling@gmx.net>
Thu, 19 Aug 2021 22:29:10 +0000 (16:29 -0600)
committerMarc Fehling <marc.fehling@gmx.net>
Thu, 19 Aug 2021 22:54:26 +0000 (16:54 -0600)
examples/step-55/step-55.cc
examples/step-62/step-62.cc
examples/step-75/step-75.cc
examples/step-79/step-79.cc

index cb02d8ea6c0f1e51d8b83f904d39caedb4b69246..9f60ae8343f5fe42718f5b732f028d2c1b7d45d1 100644 (file)
@@ -326,7 +326,7 @@ namespace Step55
             (Utilities::MPI::this_mpi_process(mpi_communicator) == 0))
     , computing_timer(mpi_communicator,
                       pcout,
-                      TimerOutput::summary,
+                      TimerOutput::never,
                       TimerOutput::wall_times)
   {}
 
index 6fbf85d8f6e4bbac1bf2681889082396f7186320..9e2614eec6bba532421abb1b67ff61e85895da4f 100644 (file)
@@ -729,7 +729,7 @@ namespace step62
             (Utilities::MPI::this_mpi_process(mpi_communicator) == 0))
     , computing_timer(mpi_communicator,
                       pcout,
-                      TimerOutput::summary,
+                      TimerOutput::never,
                       TimerOutput::wall_times)
   {}
 
index 56648232e02af28c578d55b49c8a459ac245026c..7385bb6722aae470dc8848a0cd1af77154de295d 100644 (file)
@@ -904,7 +904,7 @@ namespace Step75
             (Utilities::MPI::this_mpi_process(mpi_communicator) == 0))
     , computing_timer(mpi_communicator,
                       pcout,
-                      TimerOutput::summary,
+                      TimerOutput::never,
                       TimerOutput::wall_times)
   {
     Assert(prm.min_h_level <= prm.max_h_level,
index ad580750d5d821dfa1782223612c32c7a47c229f..8018bd81cf00680f77ca97e9333db1d8a725f21a 100644 (file)
@@ -2435,7 +2435,6 @@ namespace SAND
            (iteration_number < max_iterations));
 
     write_as_stl();
-    timer.print_summary();
   }
 } // namespace SAND
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.