Skip to content

Commit 4b56925

Browse files
committed
[Dependencies] Upgrade EFA installer to version 1.41.0 (from 1.38.1).
1 parent 15f8db8 commit 4b56925

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
@@ -8,6 +8,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
88

99
**CHANGES**
1010
- Upgrade Slurm to version 24.05.8.
11+
- Upgrade EFA installer to 1.41.0 (from 1.38.1).
12+
- Efa-driver: efa-2.13.0-1
13+
- Efa-config: efa-config-1.17-1
14+
- Efa-profile: efa-profile-1.7-1
15+
- Libfabric-aws: libfabric-aws-1.22.0-1
16+
- Rdma-core: rdma-core-54.0-1
17+
- Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5
1118

1219
**BUG FIXES**
1320
- Fix a bug in the installation of ARM Performance Library that was causing the build image fail in isolated environments
@@ -28,12 +35,12 @@ due to cookbook retrieving GCC dependencies from GCC website rather than Paralle
2835
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
2936
- Upgrade aws-cfn-bootstrap to version 2.0-33.
3037
- Upgrade EFA installer to 1.38.1 (from 1.36.0).
31-
- Efa-driver: efa-2.13.0-1
32-
- Efa-config: efa-config-1.17-1
38+
- Efa-driver: efa-2.15.0-1
39+
- Efa-config: efa-config-1.18-1
3340
- Efa-profile: efa-profile-1.7-1
34-
- Libfabric-aws: libfabric-aws-1.22.0-1
35-
- Rdma-core: rdma-core-54.0-1
36-
- Open MPI: openmpi40-aws-4.1.7-1 and openmpi50-aws-5.0.5
41+
- Libfabric-aws: libfabric-aws-2.1.0-1
42+
- Rdma-core: rdma-core-57.0-1
43+
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
3744
- Upgrade amazon-efs-utils to version 2.1.0.
3845
- Remove third-party cookbook: apt-7.5.22 and pyenv-4.2.3.
3946
- 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)