Skip to content

Commit 79e291f

Browse files
committed
Update change log
1 parent d117c21 commit 79e291f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1111

1212
**CHANGES**
1313
- Ubuntu 20.04 is no longer supported.
14+
- Upgrade Slurm to version 24.11.5.
15+
- Upgrade DCV to version 2024.0-19030.
1416

1517
3.13.2
1618
------

cookbooks/aws-parallelcluster-platform/resources/dcv/dcv_alinux2023.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def pre_install
3232
retry_delay 5
3333
end
3434
end
35-
end
35+
end

cookbooks/aws-parallelcluster-platform/resources/dcv/partial/_dcv_common.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ def dcv_gpu_accel_supported?
272272
end
273273

274274
def dcv_url
275-
"https://d1uj6qtbmh3dt5.cloudfront.net/2024.0/Servers/#{dcv_package}.tgz"
276-
# "#{node['cluster']['artifacts_s3_url']}/dependencies/dcv/#{dcv_package}.tgz"
275+
"#{node['cluster']['artifacts_s3_url']}/dependencies/dcv/#{dcv_package}.tgz"
277276
end
278277

279278
def dcv_tarball

cookbooks/aws-parallelcluster-slurm/recipes/install/install_slurm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"slurm-#{slurm_version}"
3131
end
3232
slurm_tarball = "#{node['cluster']['sources_dir']}/#{slurm_tar_name}.tar.gz"
33-
slurm_url = "https://github.com/SchedMD/slurm/archive/#{slurm_tar_name}.tar.gz"
33+
slurm_url = "#{node['cluster']['slurm']['base_url']}/#{slurm_tar_name}.tar.gz"
3434
slurm_sha256 = if slurm_branch.empty?
3535
node['cluster']['slurm']['sha256']
3636
end

0 commit comments

Comments
 (0)