qmcpack/tests
Ye Luo a2248d664d Expand README of H2O_dimer_sep qmc_ref. 2018-01-08 15:31:47 -06:00
..
converter Modify tests with the right ECP names 2017-12-05 10:12:03 -06: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 Adapt ElectronGas to activePtcl change. 2017-11-22 12:51:44 -06:00
io Add checkpoint/restart tests to the coverage base 2017-06-21 23:06:06 -05:00
models add tests for ionwf 2018-01-03 01:57:35 -06:00
molecules Expand README of H2O_dimer_sep qmc_ref. 2018-01-08 15:31:47 -06:00
performance Fix performance/C-graphite due to name change. 2017-12-09 12:07:44 -06:00
pw2qmcpack Remove unreliable flux from this shorter test 2017-06-14 14:39:00 -04:00
solids Merge branch 'enable_hybridrep_gpu_testing' of https://github.com/prckent/qmcpack into enable_hybridrep_gpu_testing 2017-12-14 21:56:01 -05:00
test_automation Merge branch 'develop' into hyperion-tests 2017-12-15 23:18:50 -06:00
CMakeLists.txt add tests for ionwf 2018-01-03 01:57:35 -06: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