NWChem/QA
2019-11-18 21:55:37 -08:00
..
amber-tests
chem_library_tests H10 outputs for chem library tests 2019-03-13 11:47:02 -07:00
Nightly_Jobscripts
tests added dft_smear QA test 2019-11-18 21:55:37 -08:00
batch.check
doafewqmtests.mpi pyqa replaced py python3 compatible test pyqa3. Should address item 7 of https://github.com/nwchemgit/nwchem/issues/136#issuecomment-522216314 2019-08-19 13:25:25 -07:00
doalltests.mpi
docker-test.mpi small test for docker containers 2019-03-14 13:00:49 -07:00
domdtests.mpi more conversions from csh to bash [ci skip] 2019-06-20 18:45:14 -07:00
domknwchemenv
domknwchemrc HvD: The test whether the rc file is writable was applied to ~/nwchemrc instead 2014-08-27 21:35:02 +00:00
doNightlyTests.mpi add SCS-MP2 tests and add cgmin where missing 2016-12-03 07:47:37 +00:00
doqm.bat more conversions from csh to bash [ci skip] 2019-06-20 18:45:14 -07:00
doqmmmtests.mpi more conversions from csh to bash [ci skip] 2019-06-20 18:45:14 -07:00
doqmtests pyqa replaced py python3 compatible test pyqa3. Should address item 7 of https://github.com/nwchemgit/nwchem/issues/136#issuecomment-522216314 2019-08-19 13:25:25 -07:00
doqmtests.mpi added dft_smear QA test 2019-11-18 21:55:37 -08:00
doqmtests.tcg5 add SCS-MP2 tests and add cgmin where missing 2016-12-03 07:47:37 +00:00
doqmtests_bash pyqa replaced py python3 compatible test pyqa3. Should address item 7 of https://github.com/nwchemgit/nwchem/issues/136#issuecomment-522216314 2019-08-19 13:25:25 -07:00
dotcetests more conversions from csh to bash [ci skip] 2019-06-20 18:49:47 -07:00
HOW-TO-RUN-TESTS doqmtests becomes doqmtests.mpi 2015-09-28 19:15:54 +00:00
nqetests
nwparse.pl added ducc 1-e int check 2019-10-25 23:52:54 -07:00
README
round_esp.sh added rounding script for eps charges. round to 3 digits for xyz and forces 2019-10-02 13:01:42 -07:00
runtest.batch
runtest.esp
runtest.md
runtest.unix
runtests.mpi.unix copy movecs if present eg ducc [travis skip] 2019-10-26 09:11:47 -07:00
runtests.mpi.unix.docker trying to guess NWCHEM_TOP 2019-09-10 22:39:39 -07:00
runtests.mpi.unix_bash bash barebone version of QA scripts. only serial 2014-09-04 01:12:14 +00:00
runtests.tcg5.unix
runtests.unix
sleep_loopqa.sh better handling of arguments 2019-06-18 13:27:11 -07:00

README for QA
=============

$Id$

The QA directory contains tests cases and baselines for a wide variety
of functionality in NWChem. For basic usage see the file HOW-TO-RUN-TESTS
for instructions. 

Besides the manual usage of the QA suite the test cases are now also used by
the nightly testing infrastructure run through Jenkins. Exploiting this 
infrastructure imposes some additional requirements:

1. Ready to go submission scripts have to be provided for all the tested
   platforms. The reason is that the job script will be submitted from a
   Jenkins build step script. To keep that script as simple as possible the
   submission script should be as pre-cooked as possible.

2. The test cases should be highly reproducible. The validation of the results
   is completely automated. Therefore if a test case ran successfully it should
   validate OK and otherwise if should validate Failed. If there are any 
   ambiguities the framework will throw up many false positives.