1These directories contain input files for the automated test
2system. They are not intended to be run separately although any
3QMCPACK inputs should run to completion when run from the same
4directory as the input, e.g. mpirun -n 16 qmcpack vmc.in.xml
5
6To run the automated tests, from the build directory, run
7
8ctest -R short
9
10for the short running tests. These take a few minutes to run on a 16
11core machine. To run all tests simply run
12
13ctest
14
15Running all tests requires several hours due to strict statistics. You
16can increase verbosity with "ctest -V".
17
18The test definitions and configuration are in
19src/tests/system/CMakeLists.txt
20