File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
cookbooks/aws-parallelcluster-environment Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
21
21
- Upgrade CUDA Toolkit to version 12.2.2.
22
22
- Use Open Source NVIDIA GPU drivers (OpenRM) as NVIDIA kernel module for Linux instead of NVIDIA closed source module.
23
23
- Do not wait for static nodes in maintenance to signal CFN that the head node initialization is complete.
24
- - Upgrade EFA installer to ` 1.29.0 ` .
24
+ - Upgrade EFA installer to ` 1.29.1 ` .
25
25
- Efa-driver: ` efa-2.6.0-1 `
26
26
- Efa-config: ` efa-config-1.15-1 `
27
27
- Efa-profile: ` efa-profile-1.5-1 `
Original file line number Diff line number Diff line change 17
17
# EFA setup: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa-start.html
18
18
#
19
19
20
- property :efa_version , String , default : '1.29.0 '
21
- property :efa_checksum , String , default : '836655f87015547e733e7d9f7c760e4e24697f8bbc261bb5f3560abd4206bc36 '
20
+ property :efa_version , String , default : '1.29.1 '
21
+ property :efa_checksum , String , default : '178b263b8c25845b63dc93b25bcdff5870df5204ec509af26f43e8d283488744 '
22
22
23
23
action :setup do
24
24
if efa_installed? && !::File . exist? ( efa_tarball )
Original file line number Diff line number Diff line change 2
2
3
3
# parallelcluster default source dir defined in attributes
4
4
source_dir = '/opt/parallelcluster/sources'
5
- efa_version = '1.29.0 '
6
- efa_checksum = '836655f87015547e733e7d9f7c760e4e24697f8bbc261bb5f3560abd4206bc36 '
5
+ efa_version = '1.29.1 '
6
+ efa_checksum = '178b263b8c25845b63dc93b25bcdff5870df5204ec509af26f43e8d283488744 '
7
7
8
8
class ConvergeEfa
9
9
def self . setup ( chef_run )
You can’t perform that action at this time.
0 commit comments