Docker: Exclude SIRIUS from farming test

This commit is contained in:
Ole Schütt 2021-10-17 17:27:07 +02:00 committed by Ole Schütt
parent 7ba64be02e
commit 4e2d5bf436

View file

@ -7,6 +7,6 @@ source /opt/cp2k-toolchain/install/setup
echo -e "\n========== Running Regtests =========="
cd /workspace/cp2k
make VERSION=psmp test TESTOPTS="-farming -ompthreads 1 -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest -skipdir LIBTEST/libvori -skipdir LIBTEST/libbqb ${TESTOPTS}"
make VERSION=psmp test TESTOPTS="-farming -ompthreads 1 -skipunittest -skipdir TMC/regtest_ana_on_the_fly -skipdir TMC/regtest_ana_post_proc -skipdir TMC/regtest -skipdir LIBTEST/libvori -skipdir LIBTEST/libbqb -skipdir SIRIUS/regtest-1 ${TESTOPTS}"
#EOF