Skip to content

Commit 6bc8435

Browse files
lukeseawalkertilne
authored andcommitted
Upgrade EFA installer to version 1.11.1
Changelog ``` - EFA configuration: ``efa-config-1.7`` (from efa-config-1.5) - EFA profile: ``efa-profile-1.3`` (from efa-profile-1.1) - EFA kernel module: ``efa-1.10.2`` (no change) - RDMA core: ``rdma-core-31.2amzn`` (from rdma-core-31.amzn0) - Libfabric: ``libfabric-1.11.1amzn1.0`` (from libfabric-1.11.1amzn1.1) - Open MPI: ``openmpi40-aws-4.1.0`` (from openmpi40-aws-4.0.5) ``` Signed-off-by: Luca Carrogu <carrogu@amazon.com>
1 parent 98298c7 commit 6bc8435

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212
- Configure NFS threads to be max(8, num_cores) for performance. This enhancement will not take effect on Ubuntu 16.04.
1313

1414
**CHANGES**
15-
- Upgrade EFA installer to version 1.11.0.
16-
- EFA configuration: ``efa-config-1.5`` (from efa-config-1.4)
17-
- EFA profile: ``efa-profile-1.1`` (from efa-profile-1.0.0)
18-
- EFA kernel module: ``efa-1.10.2`` (from efa-1.6.0)
15+
- Upgrade EFA installer to version 1.11.1.
16+
- EFA configuration: ``efa-config-1.7`` (from efa-config-1.5)
17+
- EFA profile: ``efa-profile-1.3`` (from efa-profile-1.1)
18+
- EFA kernel module: ``efa-1.10.2`` (no change)
1919
- RDMA core: ``rdma-core-31.2amzn`` (from rdma-core-31.amzn0)
20-
- Libfabric: ``libfabric-1.11.1amzn1.1`` (from libfabric-1.10.1amzn1.1)
21-
- Open MPI: ``openmpi40-aws-4.0.5`` (from openmpi40-aws-4.0.3)
20+
- Libfabric: ``libfabric-1.11.1amzn1.0`` (from libfabric-1.11.1amzn1.1)
21+
- Open MPI: ``openmpi40-aws-4.1.0`` (from openmpi40-aws-4.0.5)
2222
- Upgrade Intel MPI to version U8.
2323
- Upgrade NICE DCV to version 2020.2-9662.
2424
- Set default systemd runlevel to multi-user.target on all OSes during ParallelCluster official ami creation.

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
)
139139

140140
# EFA
141-
default['cfncluster']['efa']['installer_version'] = '1.11.0'
141+
default['cfncluster']['efa']['installer_version'] = '1.11.1'
142142
default['cfncluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cfncluster']['efa']['installer_version']}.tar.gz"
143143
default['cfncluster']['enable_efa_gdr'] = "no"
144144

0 commit comments

Comments
 (0)