Skip to content

Commit

Permalink
Upgrade efa installer from 1.34.0 to 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Dec 2, 2024
1 parent 4e23e3f commit d9013ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- xdcv: `2024.0.631-1`
- gl: `2024.0.1078-1`
- web_viewer: `2024.0-18131-1`
- Upgrade EFA installer to `1.36.0`.
- Efa-driver: `efa-2.13.0-1`
- Efa-config: `efa-config-1.17-1`
- Efa-profile: `efa-profile-1.7-1`
- Libfabric-aws: `libfabric-aws-1.22.0-1`
- Rdma-core: `rdma-core-54.0-1`
- Open MPI: `openmpi40-aws-4.1.7-1` and `openmpi50-aws-5.0.5`
- Auto-restart slurmctld on failure.

**BUG FIXES**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

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

default['cluster']['efa']['version'] = '1.34.0'
default['cluster']['efa']['sha256'] = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc'
default['cluster']['efa']['version'] = '1.36.0'
default['cluster']['efa']['sha256'] = 'de183f333cfb58aeb7908a67bf9106985ba3ccb7f8638b851d2a0d8dbfacaec4'

# TODO: Move to platform cookbook
default['cluster']['spack_shared_dir'] = "#{node['cluster']['shared_dir']}/spack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# parallelcluster default source dir defined in attributes
source_dir = '/opt/parallelcluster/sources'
efa_version = '1.34.0'
efa_checksum = 'bd68839e741b0afd3ec2e37d50603803cfa7a279c120f0a736cc57c2ff2d7fdc'
efa_version = '1.36.0'
efa_checksum = 'de183f333cfb58aeb7908a67bf9106985ba3ccb7f8638b851d2a0d8dbfacaec4'

class ConvergeEfa
def self.setup(chef_run, efa_version: nil, efa_checksum: nil)
Expand Down

0 comments on commit d9013ae

Please sign in to comment.