Skip to content

Commit

Permalink
Update NVIDIA compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
sfiligoi committed Apr 21, 2023
1 parent 3342bf5 commit b70cbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_hpc_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export PATH=$PWD/conda_nv_bins:$PATH
# Install the NVIDIA HPC SDK

# This link may need to be updated, as new compiler versions are released
# Note: Verified that it works with v21.7
# Note: Verified that it works with v22.9
if [ "x${NV_URL}" == "x" ]; then
NV_URL=https://developer.download.nvidia.com/hpc-sdk/21.7/nvhpc_2021_217_Linux_x86_64_cuda_multi.tar.gz
NV_URL=https://developer.download.nvidia.com/hpc-sdk/22.9/nvhpc_2022_229_Linux_x86_64_cuda_multi.tar.gz
fi

echo "Downloading the NVIDIA HPC SDK"
Expand Down

0 comments on commit b70cbbc

Please sign in to comment.