Skip to content

Commit 52781cf

Browse files
Tim Lanetilne
authored andcommitted
Upgrade EFA version to 1.13.0
Signed-off-by: Tim Lane <[email protected]>
1 parent acb1ba0 commit 52781cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This file is used to list changes made in each version of the AWS ParallelCluste
88

99
**CHANGES**
1010
- When using a custom AMI with a preinstalled EFA package, no actions are taken at node bootstrap time in case GPUDirect RDMA is enabled. The original EFA package deployment is preserved as during the createami process.
11+
- Upgrade EFA installer to version 1.13.0
12+
- Update rdma-core to v35.0.
13+
- Update libfabric to v1.13.0amzn1.0.
14+
- Add EFA support for CentOS/RHEL 8 on Gravition2 platform.
1115

1216
**BUG FIXES**
1317
- Lock the version of ``nvidia-fabricmanager`` package to the installed NVIDIA drivers to prevent updates and misalignments.

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
)
154154

155155
# EFA
156-
default['cfncluster']['efa']['installer_version'] = '1.12.3'
156+
default['cfncluster']['efa']['installer_version'] = '1.13.0'
157157
default['cfncluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cfncluster']['efa']['installer_version']}.tar.gz"
158158
default['cfncluster']['enable_efa_gdr'] = "no"
159159
default['cfncluster']['efa']['unsupported_aarch64_oses'] = %w[centos7 centos8]

0 commit comments

Comments
 (0)