mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
28 lines
705 B
Text
28 lines
705 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
|
|
OMPI_MCA_mpi_yield_when_idle: 1
|
|
OMPI_MCA_pml: ob1
|
|
OMPI_MCA_btl: self,sm
|
|
/mpich:
|
|
summary+: (mpich)
|
|
environment+:
|
|
CP2K_VARIANT: mpich
|