Skip to content

Commit e9e449c

Browse files
committed
[Dependencies] Upgrade EFA installer to version 1.41.0 (from 1.38.1).
1 parent 54b9986 commit e9e449c

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1717

1818
**CHANGES**
1919
- Upgrade Slurm to version 24.05.8.
20+
- Upgrade EFA installer to 1.41.0 (from 1.38.1).
21+
- Efa-driver: efa-2.13.0-1
22+
- Efa-config: efa-config-1.17-1
23+
- Efa-profile: efa-profile-1.7-1
24+
- Libfabric-aws: libfabric-aws-1.22.0-1
25+
- Rdma-core: rdma-core-54.0-1
26+
- Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5
2027

2128
**BUG FIXES**
2229
- Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments
@@ -37,12 +44,12 @@ due to cookbook retrieving GCC dependencies from GCC website rather than Paralle
3744
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
3845
- Upgrade aws-cfn-bootstrap to version 2.0-33.
3946
- Upgrade EFA installer to 1.38.1 (from 1.36.0).
40-
- Efa-driver: efa-2.13.0-1
41-
- Efa-config: efa-config-1.17-1
47+
- Efa-driver: efa-2.15.0-1
48+
- Efa-config: efa-config-1.18-1
4249
- Efa-profile: efa-profile-1.7-1
43-
- Libfabric-aws: libfabric-aws-1.22.0-1
44-
- Rdma-core: rdma-core-54.0-1
45-
- Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5
50+
- Libfabric-aws: libfabric-aws-2.1.0-1
51+
- Rdma-core: rdma-core-57.0-1
52+
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
4653
- Upgrade amazon-efs-utils to version 2.1.0.
4754
- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.
4855
- Upgrade third-party cookbook dependencies:

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.38.1'
74-
default['cluster']['efa']['sha256'] = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'
73+
default['cluster']['efa']['version'] = '1.41.0'
74+
default['cluster']['efa']['sha256'] = '3506354cdfbe31ff552fe75f5d0d9bb7efd29cf79bd99457347d29c751c38f9f'
7575

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

cookbooks/aws-parallelcluster-environment/spec/unit/resources/efa_spec.rb

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

33
# parallelcluster default source dir defined in attributes
44
source_dir = '/opt/parallelcluster/sources'
5-
efa_version = '1.38.1'
6-
efa_checksum = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'
5+
efa_version = '1.41.0'
6+
efa_checksum = '3506354cdfbe31ff552fe75f5d0d9bb7efd29cf79bd99457347d29c751c38f9f'
77

88
class ConvergeEfa
99
def self.setup(chef_run, efa_version: nil, efa_checksum: nil)

0 commit comments

Comments
 (0)