nvidia sdk 21.11

This commit is contained in:
Edoardo Aprà 2021-12-24 07:45:18 -08:00 committed by GitHub
parent 1804dbf335
commit b31dbcea32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ fi
if [[ "$FC" == "nvfortran" ]]; then
sudo apt-get -y install lmod g++ libtinfo5 libncursesw5 lua-posix lua-filesystem lua-lpeg lua-luaossl
nv_major=21
nv_minor=9
nv_minor=11
nverdot="$nv_major"."$nv_minor"
nverdash="$nv_major"-"$nv_minor"
arch_dpkg=`dpkg --print-architecture`