Note to help testers

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6634 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Paul Kent 2015-12-16 16:22:35 +00:00
parent e0341a0d1b
commit 42cd5b2802
1 changed files with 19 additions and 0 deletions

19
tests/README Normal file
View File

@ -0,0 +1,19 @@
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 qmcapp 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/QMCApp/test/CMakeLists.txt