Skip to content

Commit

Permalink
[Release 3.7] Upgrade EFA to 1.25.1 (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambeyondorange committed Aug 28, 2023
1 parent 328df5d commit 9917f01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -21,13 +21,13 @@ This file is used to list changes made in each version of the AWS ParallelCluste
- Upgrade CUDA library to version 12.2.0.
- Upgrade NVIDIA Fabric manager to `nvidia-fabricmanager-535`
- Increase EFS-utils watchdog poll interval to 10 seconds. Note: This change is meaningful only if [EncryptionInTransit](https://docs.aws.amazon.com/parallelcluster/latest/ug/SharedStorage-v3.html#yaml-SharedStorage-EfsSettings-EncryptionInTransit) is set to `true`, because watchdog does not run otherwise.
- Upgrade EFA installer to `1.25.0`
- Upgrade EFA installer to `1.25.1`
- Efa-driver: `efa-2.5.0-1`
- Efa-config: `efa-config-1.15-1`
- Efa-profile: `efa-profile-1.5-1`
- Libfabric-aws: `libfabric-aws-1.18.1-1`
- Rdma-core: `rdma-core-46.0-1`
- Open MPI: `openmpi40-aws-4.1.5-3`
- Open MPI: `openmpi40-aws-4.1.5-4`
- Upgrade Slurm to version 23.02.4.
- Upgrade ARM PL to version 23.04.1 for Ubuntu 22.04 only.
- Upgrade third-party cookbook dependencies:
Expand Down
Expand Up @@ -17,8 +17,8 @@
# EFA setup: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html
#

property :efa_version, String, default: '1.25.0'
property :efa_checksum, String, default: '98b7b26ce031a2d6a93de2297cc71b03af647194866369ca53b60d82d45ad342'
property :efa_version, String, default: '1.25.1'
property :efa_checksum, String, default: 'd2abc553d22b89a4ce92882052c1fa6de450d3a801fe005da718b7d4b9602b06'

action :setup do
if efa_installed? && !::File.exist?(efa_tarball)
Expand Down
Expand Up @@ -2,8 +2,8 @@

# parallelcluster default source dir defined in attributes
source_dir = '/opt/parallelcluster/sources'
efa_version = '1.25.0'
efa_checksum = '98b7b26ce031a2d6a93de2297cc71b03af647194866369ca53b60d82d45ad342'
efa_version = '1.25.1'
efa_checksum = 'd2abc553d22b89a4ce92882052c1fa6de450d3a801fe005da718b7d4b9602b06'

class ConvergeEfa
def self.setup(chef_run)
Expand Down

0 comments on commit 9917f01

Please sign in to comment.