Skip to content

Commit e99eb73

Browse files
committed
Upgrade EFA installer to 1.19.0
- Efa-driver: `efa-1.16.0-1` - Efa-config: `efa-config-1.11-1` - Efa-profile: `efa-profile-1.5-1` - Libfabric-aws: `libfabric-aws-1.16.0-1` - Rdma-core: `rdma-core-41.0-2` - Open MPI: `openmpi40-aws-4.1.4-3` Reference: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-verify.html Signed-off-by: chenwany <[email protected]>
1 parent e51d80f commit e99eb73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +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`
11+
- Upgrade EFA installer to `1.19.0`
1212
- Efa-driver: `efa-1.16.0-1`
1313
- Efa-config: `efa-config-1.11-1`
1414
- Efa-profile: `efa-profile-1.5-1`
15-
- Libfabric-aws: `libfabric-aws-1.16.0~amzn4.0-1`
15+
- Libfabric-aws: `libfabric-aws-1.16.0-1`
1616
- Rdma-core: `rdma-core-41.0-2`
17-
- Open MPI: `openmpi40-aws-4.1.4-2`
17+
- Open MPI: `openmpi40-aws-4.1.4-3`
1818

1919
2.11.7
2020
-----

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.18.0'
148+
default['cfncluster']['efa']['installer_version'] = '1.19.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)