Dashboard: Retire farming test

This commit is contained in:
Ole Schütt 2021-10-27 11:08:52 +02:00 committed by Ole Schütt
parent 545439e58c
commit 3a7db175b4
3 changed files with 0 additions and 35 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash -e
# author: Ole Schuett
# shellcheck disable=SC1091
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 -skipdir SIRIUS/regtest-1 ${TESTOPTS}"
#EOF