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"
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 ..
# 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
# 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
#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>
# 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