]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Updated benchmark test script
authorcazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 21:42:19 +0000 (21:42 +0000)
committercazamias <cazamias@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 19 Sep 2012 21:42:19 +0000 (21:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@26528 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/step-22/Makefile
tests/benchmarks/step-22/step-22.cc

index f35c808260a3443dab1f1f0f2437ba85699e15f0..686c9e07304732978e0968b0be29de737c3d00db 100644 (file)
@@ -14,7 +14,7 @@ target = step-22
 # run-time checking of parameters and internal states is performed, so
 # you should set this value to `on' while you develop your program,
 # and to `off' when running production computations.
-debug-mode = off
+debug-mode = on
 
 
 # As third field, we need to give the path to the top-level deal.II
@@ -23,7 +23,7 @@ debug-mode = off
 # designated by a single-character variable, since that can be
 # reference using $D only, i.e. without the parentheses that are
 # required for most other parameters, as e.g. in $(target).
-D = ../deal.II
+D = ../../deal.II
 
 
 # The last field specifies the names of data and other files that
index 73519f3c2fa5767fbd58bbe15fe5d8d108bd9ce8..3ee26dbbbd9a93d9f03f9ecf58bbd101294b06a2 100644 (file)
@@ -1323,12 +1323,11 @@ namespace Step22
 
        timer.enter_section("results");
         output_results (refinement_cycle);
-       timer.enter_section("results");
+       timer.exit_section("results");
 
         std::cout << std::endl;
       }
 
-    timer.print_summary();
   }
 }
 

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.