qmcpack/tests
Paul R. C. Kent 9c02d5f73f Merge pull request #373 from Paul-St-Young/backflow
Resurrect Backflow Optimization
2017-10-24 10:28:22 -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
heg/heg_14_gamma heg integration tests 2017-09-27 16:50:54 -04:00
io Add checkpoint/restart tests to the coverage base 2017-06-21 23:06:06 -05:00
molecules Add script and output of QuantumPackage for C2. 2017-10-21 16:11:55 -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 #373 from Paul-St-Young/backflow 2017-10-24 10:28:22 -04:00
system Merge pull request #373 from Paul-St-Young/backflow 2017-10-24 10:28:22 -04:00
test_automation Update the nightly test script of Cetus. 2017-10-12 12:09:04 -05: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