From bd869a8b7cf94a06500cb68b5554513b76d7ab98 Mon Sep 17 00:00:00 2001 From: cazamias Date: Wed, 19 Sep 2012 21:42:19 +0000 Subject: [PATCH] Updated benchmark test script git-svn-id: https://svn.dealii.org/trunk@26528 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/benchmarks/step-22/Makefile | 4 ++-- tests/benchmarks/step-22/step-22.cc | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/benchmarks/step-22/Makefile b/tests/benchmarks/step-22/Makefile index f35c808260..686c9e0730 100644 --- a/tests/benchmarks/step-22/Makefile +++ b/tests/benchmarks/step-22/Makefile @@ -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 diff --git a/tests/benchmarks/step-22/step-22.cc b/tests/benchmarks/step-22/step-22.cc index 73519f3c2f..3ee26dbbbd 100644 --- a/tests/benchmarks/step-22/step-22.cc +++ b/tests/benchmarks/step-22/step-22.cc @@ -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(); } } -- 2.39.5