Skip to content

Commit f1d02a0

Browse files
committed
Upgrade efa installer from 1.34.0 to 1.36.0
1 parent e75c00e commit f1d02a0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1313
- xdcv: `2024.0.631-1`
1414
- gl: `2024.0.1078-1`
1515
- web_viewer: `2024.0-18131-1`
16+
- Upgrade EFA installer to `1.36.0`.
17+
- Efa-driver: `efa-2.13.0-1`
18+
- Efa-config: `efa-config-1.17-1`
19+
- Efa-profile: `efa-profile-1.7-1`
20+
- Libfabric-aws: `libfabric-aws-1.22.0-1`
21+
- Rdma-core: `rdma-core-54.0-1`
22+
- Open MPI: `openmpi40-aws-4.1.7-1` and `openmpi50-aws-5.0.5`
1623

1724
**BUG FIXES**
1825
- Fix an issue in the way we get region when manage volumes so that it can correctly handle local zone.

cookbooks/aws-parallelcluster-environment/attributes/environment.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070

7171
default['cluster']['head_node_private_ip'] = nil
7272

73-
default['cluster']['efa']['version'] = '1.34.0'
74-
default['cluster']['efa']['sha256'] = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc'
73+
default['cluster']['efa']['version'] = '1.36.0'
74+
default['cluster']['efa']['sha256'] = 'de183f333cfb58aeb7908a67bf9106985ba3ccb7f8638b851d2a0d8dbfacaec4'
7575

7676
# TODO: Move to platform cookbook
7777
default['cluster']['spack_shared_dir'] = "#{node['cluster']['shared_dir']}/spack"

0 commit comments

Comments
 (0)