mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
Ignore potential error
This commit is contained in:
parent
7c12bb00fd
commit
e790daffb7
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ cat "./arch/${ARCH}.${VERSION}"
|
|||
|
||||
if [ -x "$(command -v nvidia-smi)" ]; then
|
||||
echo "--------------------------- NVIDIA-SMI -----------------------------------"
|
||||
nvidia-smi
|
||||
nvidia-smi || true
|
||||
echo ""
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue