qmcpack/tests/test_automation
Ye Luo e3822b3965 Update documentation. 2022-11-29 15:54:44 -05:00
..
github-actions/ci Revert "Point ROCM installation via ROCM_ROOT in CI." 2022-11-28 15:59:27 -06:00
nightly_test_scripts Update documentation. 2022-11-29 15:54:44 -05:00
spack_integration_tests Fix typos 2020-04-01 21:25:00 -04:00
README.md Update test scripts and remove unused scripts. 2022-06-20 09:21:56 -05:00
run_unit_tests_ornl_nitrogen.sh Reduce soa references 2021-02-16 10:44:45 -05:00

README.md

Two things reside in this directory:

scheduled nightly and weekly test builds

These run tests of QMCPACK on various machines automatically. Users should run ctest directly, as described in the manual.

These scripts are designed to be called from cron to execute the various nightly, weekly tests of QMCPACK. They are custom to particular machines, file systems, and users.

A copy of these scripts should be used for automation. At every update check for unsafe operations ("rm *") or script actions that can go awry e.g. if a filesystem is full or unavailable.

Note that if you are copying/reusing these files, they might not correspond to exactly those used in production, since these are sometimes tweaked for runtime, minor software version updates etc.

CI configuration

See github-actions subdirectory and <QMCPACK_ROOT>/.github/workflows/