qmcpack/tests
Paul Kent 356f69f29e Improved test scripts with better attempt to preserve environment between tests
git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@7026 e5b18d87-469d-4833-9cc0-8cdfa06e9491
2016-07-07 17:33:38 +00:00
..
converter Fix default name of convert4qmc (typo, was conver4qmc) 2016-06-16 17:13:58 +00:00
molecules Add the 'flux' estimator to the short tests. 2016-03-16 14:54:46 +00:00
solids Add flux estimator - missed previously. 2016-03-23 19:53:53 +00:00
system Move system test definitions from src/QMCApp to tests/system. 2016-07-05 18:22:33 +00:00
test_automation Improved test scripts with better attempt to preserve environment between tests 2016-07-07 17:33:38 +00:00
README Rename QMCPACK executable qmcpack (was qmcapp). Updated CMake/CTest setup, manual, NEXUS, READMEs. Checked builds on oxygen (gcc, intel2016) before commit. 2016-02-05 20:32:26 +00:00

README

These directories contain input files for the automated test
system. They are not intended to be run separately although any
QMCPACK inputs should run to completion when run from the same
directory as the input, e.g. mpirun -n 16 qmcpack vmc.in.xml

To run the automated tests, from the build directory, run

ctest -R short

for the short running tests. These take a few minutes to run on a 16
core machine. To run all tests simply run

ctest

Running all tests requires several hours due to strict statistics. You
can increase verbosity with "ctest -V".

The test definitions and configuration are in
src/QMCApp/test/CMakeLists.txt