mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
27 lines
701 B
Text
27 lines
701 B
Text
summary: Run regression tests
|
|
framework: beakerlib
|
|
path: /
|
|
test: ./tools/fedora/tests/do_regtest.sh
|
|
# TODO: Reduce the tests duration
|
|
duration: 2h
|
|
environment+:
|
|
# Cannot run unittest outside of the build environment
|
|
CP2K_SKIP_UNITTEST: true
|
|
|
|
/serial:
|
|
summary+: (serial)
|
|
environment+:
|
|
CP2K_VARIANT: serial
|
|
/openmpi:
|
|
summary+: (openmpi)
|
|
environment+:
|
|
CP2K_VARIANT: openmpi
|
|
# prterun blocks running mpiexec as root. Set some environment variables to workaround it
|
|
OMPI_ALLOW_RUN_AS_ROOT: 1
|
|
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
|
|
# TODO: Investigate why openmpi tests are significantly slower
|
|
duration: 6h
|
|
/mpich:
|
|
summary+: (mpich)
|
|
environment+:
|
|
CP2K_VARIANT: mpich
|