nvida hpc_sdk 26.3

This commit is contained in:
edoapra 2026-04-13 13:42:02 -07:00
parent 5c6e313bd8
commit d4116e7d3f
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -280,7 +280,7 @@ if [[ "$os" == "Linux" ]]; then
if [[ "$FC" == "nvfortran" ]]; then
$MYSUDO apt-get -y install lmod g++ libtinfo5 libncursesw5 lua-posix lua-filesystem lua-lpeg lua-luaossl
nv_major=26
nv_minor=1
nv_minor=3
nverdot="$nv_major"."$nv_minor"
nverdash="$nv_major"-"$nv_minor"
arch_dpkg=`dpkg --print-architecture`