cp2k/tools/fedora/tests/regression.fmf
Cristian Le 58e3e09bda
fedora: Optimize builds (#3268)
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
2024-03-28 21:07:23 +01:00

23 lines
576 B
Text

summary: Run regression tests
framework: beakerlib
test: ./do_regtest.sh
# TODO: Reduce the tests duration
duration: 2h
/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