opm-simulators/tests
Andreas Lauser 0d2bcdf610 some smallish parallel ctest improvements
the goal is to make it faster on computers with many cores: The
easiest way to do this is to ensure that the longest running tests are
not taking too much time and that they need about the same time. Thus
this patch contains the following changes which limits the CPU time
taken by each test to about two minutes in debug mode on my machine:

 - the water-air problem using the non-isothermal primary variable
   switching model now uses an 16x16 instead of a 32x32 grid. as a
   compensation it now runs for a year instead of 5000 seconds and the
   global grid refinement is now tested.
 - the end time of the lens problem ctests is now 3000 instead of
   30000 seconds. The binary itself does not change at all.
 - sort the tests in the CMakeLists.txt roughly in the order of their
   required time. (this will cause ctest not having to wait for long
   running test which were started late for too long.)
2014-09-03 13:09:47 +02:00
..
data some smallish parallel ctest improvements 2014-09-03 13:09:47 +02:00
models use dune-alugrid instead of the old version from dune-grid if the module is available 2014-07-30 12:42:32 +02:00
referencesolutions some smallish parallel ctest improvements 2014-09-03 13:09:47 +02:00
ecl_blackoil.cc add a simulator which uses Eclipse data files and the blackoil model 2014-04-27 19:12:32 +02:00
finger_immiscible.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
lens_immiscible_ecfv.cc lens problem: add an ECFV variant 2014-07-11 20:27:44 +02:00
lens_immiscible_vcfv.cc lens problem: add an ECFV variant 2014-07-11 20:27:44 +02:00
lens_richards.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
powerinjection_darcy.cc shorten all lines to at most 100 characters 2014-02-11 00:46:17 +01:00
powerinjection_forchheimer.cc shorten all lines to at most 100 characters 2014-02-11 00:46:17 +01:00
reservoir_blackoil.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
run-vtu-test.sh test driver: print the full command used for each test 2014-05-02 16:06:46 +02:00
test_navierstokes.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokes2c.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokes.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokesni.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00