Skip to content

Commit 2d92b0f

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[Dependencies] Upgrade EFA installer to version 1.17.1
Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 1e787cf commit 2d92b0f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2222
- Upgrade NICE DCV to version 2022.0-12760.
2323
- Upgrade NVIDIA driver to version 470.129.06.
2424
- Upgrade NVIDIA Fabric Manager to version 470.129.06.
25-
- Upgrade EFA installer to version 1.16.0.
25+
- Upgrade EFA installer to version 1.17.1.
2626
- EFA driver: ``efa-1.16.0-1``
2727
- EFA configuration: ``efa-config-1.10-1``
2828
- EFA profile: ``efa-profile-1.5-1``
29-
- Libfabric: ``libfabric-aws-1.15.1.amzn1.0-1``
30-
- RDMA core: ``rdma-core-39.0-2``
31-
- Open MPI: ``openmpi40-aws-4.1.2-2``
29+
- Libfabric: ``libfabric-aws-1.16.0~amzn2.0-1``
30+
- RDMA core: ``rdma-core-41.0-2``
31+
- Open MPI: ``openmpi40-aws-4.1.4-2``
3232
- Restrict IPv6 access to IMDS to root and cluster admin users only, when configuration parameter `HeadNode/Imds/Secured` is enabled.
3333
- Set Slurm configuration `AuthInfo=cred_expire=70` to reduce the time requeued jobs must wait before starting again when nodes are not available.
3434
- Move `SelectTypeParameters` and `ConstrainRAMSpace` to the `parallelcluster_slurm*.conf` include files.

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
'default' => 'gdrcopy'
215215
)
216216
# EFA
217-
default['cluster']['efa']['installer_version'] = '1.16.0'
217+
default['cluster']['efa']['installer_version'] = '1.17.1'
218218
default['cluster']['efa']['installer_url'] = "https://efa-installer.amazonaws.com/aws-efa-installer-#{node['cluster']['efa']['installer_version']}.tar.gz"
219219
default['cluster']['efa']['unsupported_aarch64_oses'] = %w(centos7)
220220

0 commit comments

Comments
 (0)