Skip to content

Commit e022678

Browse files
Rextilne
authored andcommitted
Upgrade NVIDIA CUDA to version 11.2.0
Signed-off-by: Rex <[email protected]>
1 parent e070611 commit e022678

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2424
- Download Intel MPI and HPC packages from S3 rather than Intel yum repos.
2525
- Install Arm Performance Library 20.2.1 on ARM AMI(CentOS8, Alinux2, Ubuntu1804)
2626
- Upgrade Intel MPI to version U8.
27+
- Upgrade NVIDIA CUDA to version 11.2.0
2728

2829
**BUG FIXES**
2930
- Fix installation of Intel PSXE package on CentOS 7 by using yum4.

attributes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
default['cfncluster']['nvidia']['enabled'] = 'no'
119119
default['cfncluster']['nvidia']['driver_version'] = '450.80.02'
120120
default['cfncluster']['nvidia']['driver_url'] = 'https://us.download.nvidia.com/tesla/450.80.02/NVIDIA-Linux-x86_64-450.80.02.run'
121-
default['cfncluster']['nvidia']['cuda_version'] = '11.0'
122-
default['cfncluster']['nvidia']['cuda_url'] = 'https://developer.download.nvidia.com/compute/cuda/11.0.2/local_installers/cuda_11.0.2_450.51.05_linux.run'
121+
default['cfncluster']['nvidia']['cuda_version'] = '11.2'
122+
default['cfncluster']['nvidia']['cuda_url'] = 'https://developer.download.nvidia.com/compute/cuda/11.2.0/local_installers/cuda_11.2.0_460.27.04_linux.run'
123123

124124
# NVIDIA fabric-manager
125125
default['cfncluster']['nvidia']['fabricmanager']['package'] = "nvidia-fabricmanager-450"

0 commit comments

Comments
 (0)