qmcpack/tests
Paul R. C. Kent 96b3d2e4ac Mention QMC_DATA 2017-09-20 17:43:15 -04:00
..
converter In converter tests, ignore stderr if the comparison succeeds. 2016-11-30 22:24:50 +00:00
coverage Add merging of gcov files to the nightly tests 2017-07-05 17:10:12 -05:00
estimator Output more information for estimator failures 2017-06-09 15:01:18 -05:00
io Add checkpoint/restart tests to the coverage base 2017-06-21 23:06:06 -05:00
molecules Update WF optimization in manual 2017-05-09 14:27:28 -05:00
performance Mention QMC_DATA 2017-09-20 17:43:15 -04:00
pw2qmcpack Remove unreliable flux from this shorter test 2017-06-14 14:39:00 -04:00
solids Merge pull request #361 from rcclay/csvmc_pbyp_fix 2017-09-06 20:33:41 -04:00
system Merge pull request #374 from prckent/fix_reference_run 2017-09-13 15:20:41 -05:00
test_automation cmake prints some things to stderr 2017-09-07 13:01:01 -04:00
CMakeLists.txt Integrate restart test. 2017-06-04 00:00:46 -05:00
README Enable plane wave tests for bccH. Only uses 100 blocks vs 1000 for spline case. 2016-12-18 22:52:18 +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/tests/system/CMakeLists.txt