Skip to content

Commit 5453050

Browse files
authored
Merge branch 'develop' into efs-util-upgrade
2 parents 9e029ef + e5e4c1f commit 5453050

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 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.15.0-1
22+
- Efa-config: efa-config-1.18-1
23+
- Efa-profile: efa-profile-1.7-1
24+
- Libfabric-aws: libfabric-aws-2.1.0-1
25+
- Rdma-core: rdma-core-57.0-1
26+
- Open MPI: openmpi40-aws-4.1.7-2 and openmpi50-aws-5.0.6
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

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
default['cluster']['efs']['version'] = '2.3.1'
7777
default['cluster']['efs']['sha256'] = 'ced12f82e76f9740476b63f30c49bd76cc00b6375e12a9f5f7ba852635c49e15'

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)