qmcpack/tests
Mark Dewing 06ab04e4b6 Converter tests are working, revert r6869 and r6864.
Remove the printing of the diagnostic information.


git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6878 e5b18d87-469d-4833-9cc0-8cdfa06e9491
2016-05-02 19:14:35 +00:00
..
converter Converter tests are working, revert r6869 and r6864. 2016-05-02 19:14:35 +00:00
molecules Add the 'flux' estimator to the short tests. 2016-03-16 14:54:46 +00:00
solids Add flux estimator - missed previously. 2016-03-23 19:53:53 +00:00
test_automation LD_LIBRARY_PATH fix for oxygen scripts 2016-04-27 17:13:55 +00:00
README Rename QMCPACK executable qmcpack (was qmcapp). Updated CMake/CTest setup, manual, NEXUS, READMEs. Checked builds on oxygen (gcc, intel2016) before commit. 2016-02-05 20:32:26 +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/QMCApp/test/CMakeLists.txt