Skip to content

Commit

Permalink
Update HPC SDK to version 21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dholt committed Sep 30, 2021
1 parent 6bf16d3 commit 9ec9a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.example/group_vars/slurm-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ slurm_install_hpcsdk: true

# Select the version of HPC SDK to download
hpcsdk_major_version: "21"
hpcsdk_minor_version: "7"
hpcsdk_minor_version: "9"
hpcsdk_file_cuda: "11.4"
hpcsdk_arch: "x86_64"

Expand Down
2 changes: 1 addition & 1 deletion roles/nvidia-hpc-sdk/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Version strings used to construct download URL
hpcsdk_major_version: "21"
hpcsdk_minor_version: "7"
hpcsdk_minor_version: "9"
hpcsdk_file_cuda: "11.4"
hpcsdk_arch: "x86_64"

Expand Down

0 comments on commit 9ec9a03

Please sign in to comment.