Docker: Remove libcusmm from test_python.sh

This commit is contained in:
Ole Schütt 2018-11-12 15:00:57 +01:00 committed by Ole Schütt
parent 3b6a0bb6dc
commit 0a7ed30cbb

View file

@ -36,7 +36,6 @@ cd /workspace/cp2k
# find executable python scripts
ALL_SCRIPTS=$(find ./src/ ./tools/ -name "*.py" -executable)
ESSENTIAL_SCRIPTS=$(find ./tools/build_utils -name "*.py" -executable)
ESSENTIAL_SCRIPTS="$ESSENTIAL_SCRIPTS ./src/dbcsr/libsmm_acc/libcusmm/generate.py"
# python 2.6
run_selftests python2.6 "${ESSENTIAL_SCRIPTS}"