mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
Docker: Remove libcusmm from test_python.sh
This commit is contained in:
parent
3b6a0bb6dc
commit
0a7ed30cbb
1 changed files with 0 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue