]> https://gitweb.dealii.org/ - dealii.git/commitdiff
benchmark: update script and ignores
authorTimo Heister <timo.heister@gmail.com>
Wed, 19 Sep 2012 23:14:49 +0000 (23:14 +0000)
committerTimo Heister <timo.heister@gmail.com>
Wed, 19 Sep 2012 23:14:49 +0000 (23:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@26534 0785d39b-7218-0410-832d-ea1e28bc413d

tests/benchmarks/bench.sh
tests/benchmarks/step-22/Makefile
tests/benchmarks/step-22/step-22.cc
tests/benchmarks/tablehandler/Makefile

index c9404de62d6bf0595705d9a36426999b8c9037ef..af0eccb62b784d93d0188323221f21ceb070833a 100644 (file)
@@ -4,7 +4,7 @@ TESTS="step-22 tablehandler"
 
 PREVREVISION="`svn info deal.II | grep Revision | sed s/Revision://`"
 HEADREVISION="`svn info http://www.dealii.org/svn/dealii | grep Revision | sed s/Revision://`"
-MAKECMD="make -j10"
+MAKECMD="make -j6"
 
 echo "previous $PREVREVISION"
 echo "HEAD: $HEADREVISION"
@@ -32,8 +32,8 @@ while [ $PREVREVISION -lt $HEADREVISION ] ; do
       echo "** working on $test"
       make clean
       make run | grep "|" > temp.txt
-      cat temp.txt >>datatable.$test
-      #./your_code $NEXTREVISION >>datatable.$test
+      cat temp.txt >>../datatable.$test
+      #./your_code $NEXTREVISION >>../datatable.$test
       # collect info
       cd ..      
   
index 686c9e07304732978e0968b0be29de737c3d00db..f35c808260a3443dab1f1f0f2437ba85699e15f0 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 = on
+debug-mode = off
 
 
 # As third field, we need to give the path to the top-level deal.II
@@ -23,7 +23,7 @@ debug-mode = on
 # 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 3ee26dbbbd9a93d9f03f9ecf58bbd101294b06a2..fff0e799222ab124bf1410309eb6964d5cd06d15 100644 (file)
@@ -43,8 +43,8 @@
 #include <deal.II/fe/fe_system.h>
 #include <deal.II/fe/fe_values.h>
 
-#include <deal.II/numerics/vector_tools.h>
-#include <deal.II/numerics/matrix_tools.h>
+#include <deal.II/numerics/vectors.h>
+#include <deal.II/numerics/matrices.h>
 #include <deal.II/numerics/data_out.h>
 #include <deal.II/numerics/error_estimator.h>
 
index f5bd435d61173a2979bc1f1ca555ade8147b2610..91ce30f8efc03edee2c8635973c06799a73265cc 100644 (file)
@@ -14,7 +14,7 @@ target = table_handler
 # 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 = on
+debug-mode = off
 
 
 # As third field, we need to give the path to the top-level deal.II

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.