qmcpack/tests
Ye Luo 0307e21c35 update the ANL nightly test script.
git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@7207 e5b18d87-469d-4833-9cc0-8cdfa06e9491
2016-11-05 17:56:12 +00:00
..
converter Add converter tests for #38. 2016-08-31 21:53:08 +00:00
molecules Add the 'flux' estimator to the short tests. 2016-03-16 14:54:46 +00:00
pw2qmcpack add spin polarized qe tests. qe test set is complete. 2016-08-25 23:01:41 +00:00
solids DMC test for bcc H 1x1x1 and reference inputs and outputs 2016-09-28 22:02:19 +00:00
system Missed commit for bcc H DMC test 2016-09-28 22:25:18 +00:00
test_automation update the ANL nightly test script. 2016-11-05 17:56:12 +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