qmcpack/tests/test_automation
Paul Kent 40497d6298 Update nightlies: add asan build, rmgdft develop version 2025-03-28 09:59:41 -04:00
..
github-actions/ci Skip unit_test_estimators on mac in ci 2025-02-10 16:53:17 -05:00
nightly_test_scripts Update nightlies: add asan build, rmgdft develop version 2025-03-28 09:59:41 -04: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

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/