Skip to content

Commit 04e3460

Browse files
committed
Backport upgrade EFA to 1.18.0
Signed-off-by: chenwany <[email protected]>
1 parent a45c39a commit 04e3460

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

99
**CHANGES**
1010
- Upgrade Intel MPI Library to 2021.6.0.602.
11+
- Upgrade EFA installer to `1.18.0`
12+
- Efa-driver: `efa-1.16.0-1`
13+
- Efa-config: `efa-config-1.11-1`
14+
- Efa-profile: `efa-profile-1.5-1`
15+
- Libfabric-aws: `libfabric-aws-1.16.0~amzn4.0-1`
16+
- Rdma-core: `rdma-core-41.0-2`
17+
- Open MPI: `openmpi40-aws-4.1.4-2`
1118

1219
2.11.7
1320
-----

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
)
146146

147147
# EFA
148-
default['cfncluster']['efa']['installer_version'] = '1.14.1'
148+
default['cfncluster']['efa']['installer_version'] = '1.18.0'
149149
default['cfncluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cfncluster']['efa']['installer_version']}.tar.gz"
150150
default['cfncluster']['efa']['unsupported_aarch64_oses'] = %w[centos7]
151151

0 commit comments

Comments
 (0)