Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
- Upgrade aws-cfn-bootstrap to version 2.0-33.
- Upgrade EFA installer to 1.38.0 (from 1.36.0).
- Upgrade EFA installer to 1.38.1 (from 1.36.0).
- Efa-driver: efa-2.13.0-1
- Efa-config: efa-config-1.17-1
- Efa-profile: efa-profile-1.7-1
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.38.0'
default['cluster']['efa']['sha256'] = '4f436954f35ad53754b4d005fd8d0be63de3b4184de41a695b504bdce0fecb22'
default['cluster']['efa']['version'] = '1.38.1'
default['cluster']['efa']['sha256'] = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'

# 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.38.0'
efa_checksum = '4f436954f35ad53754b4d005fd8d0be63de3b4184de41a695b504bdce0fecb22'
efa_version = '1.38.1'
efa_checksum = '83923374afd388b1cfcf4b3a21a2b1ba7cf46a01a587f7b519b8386cb95e4f81'

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