Skip to content

Commit 40bdd00

Browse files
demartinofratilne
authored andcommitted
Revert "Upgrade NVIDIA CUDA to version 11.2.0"
According to https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html CUDA 11.2 requires a driver version >= 460.27.04 This reverts commit df4e225.
1 parent e022678 commit 40bdd00

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ 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
2827

2928
**BUG FIXES**
3029
- 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.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'
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'
123123

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

0 commit comments

Comments
 (0)