qmcpack/tests
naromero77 2a9b0d90aa Excise lines from local testing. 2019-12-11 21:34:07 -06:00
..
afqmc added MPIEXEC_PREFLAGS for passing flags to MPIEXEC directly before the executable to run 2019-11-25 13:55:20 -07:00
converter Decode stderr from Popen 2019-12-09 23:15:25 -06:00
coverage Handle the negative count coverage case. 2018-03-14 10:54:08 -05:00
estimator add better test of latdev 2019-09-24 15:53:52 -05:00
heg Add verbose message function 2019-07-15 14:16:09 -04:00
io Update restart tests. 2019-08-01 15:23:07 -05:00
models fix typo in sho input 2019-09-24 11:13:11 -05:00
molecules Skip orbital rotation tests on AoS build. 2019-10-21 17:47:50 -05:00
performance added MPIEXEC_PREFLAGS for passing flags to MPIEXEC directly before the executable to run 2019-11-25 13:55:20 -07:00
pseudopotentials_for_tests Fix weird colun labelling issue. Increase cutoff to 1e-17 2019-08-20 13:58:28 -06:00
pw2qmcpack Mark all the steps of QE tests with the converter label. 2018-11-19 16:49:24 -06:00
reference_data add build type info to reference data 2019-01-14 11:07:59 -05:00
scripts Update nightly_olcf_summit 2019-10-16 18:21:40 -04:00
solids Add deterministic test for 1x1 graphene 2019-11-22 00:13:02 -06:00
test_automation Excise lines from local testing. 2019-12-11 21:34:07 -06:00
CMakeLists.txt Add PYSCF_BIN variable to guard afqmc workflow tests. 2019-09-11 11:30:58 -07: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