File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
aws-parallelcluster-awsbatch/test/controls
aws-parallelcluster-environment/test/controls
aws-parallelcluster-shared/attributes Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2424- Upgrade CUDA Toolkit to version 12.8.1 (from 12.8.0) for all OSs except AL2.
2525- Upgrade DCGM to version 4.2.3 (from 3.3.6) for all OSs except AL2.
2626- Upgrade Python to 3.12.11 (from 3.12.8) for all OSs except AL2.
27+ - Upgrade Python to 3.9.23 (from 3.9.20) for AL2.
2728- Upgrade Intel MPI Library to 2021.16.0 (from 2021.13.1).
2829- Addressed cluster id mismatch known issue by deleting the file ` /var/spool/slurm.state/clustername ` before configuring Slurm accounting.
2930- Upgrade DCV to version 2024.0-19030.
Original file line number Diff line number Diff line change 1313pyenv_dir = "#{ base_dir } /pyenv"
1414
1515control 'tag:install_awsbatch_virtualenv_created' do
16- python_version = os_properties . alinux2? ? '3.9.20 ' : '3.12.11'
16+ python_version = os_properties . alinux2? ? '3.9.23 ' : '3.12.11'
1717 title "awsbatch virtualenv should be created on #{ python_version } "
1818 only_if { !os_properties . redhat? }
1919
Original file line number Diff line number Diff line change 1313pyenv_dir = "#{ base_dir } /pyenv"
1414
1515control 'tag:install_cfnbootstrap_virtualenv_created' do
16- cfn_python_version = os_properties . alinux2? ? '3.9.20 ' : '3.12.11'
16+ cfn_python_version = os_properties . alinux2? ? '3.9.23 ' : '3.12.11'
1717 title "cfnbootstrap virtualenv should be created on #{ cfn_python_version } "
1818 only_if { !os_properties . redhat_on_docker? }
1919
Original file line number Diff line number Diff line change 22default [ 'cluster' ] [ 'python-version' ] = '3.12.11'
33default [ 'cluster' ] [ 'python-major-minor-version' ] = '3.12'
44if platform? ( 'amazon' ) && node [ 'platform_version' ] == "2"
5- default [ 'cluster' ] [ 'python-version' ] = '3.9.20 '
5+ default [ 'cluster' ] [ 'python-version' ] = '3.9.23 '
66 default [ 'cluster' ] [ 'python-major-minor-version' ] = '3.9'
77end
88
You can’t perform that action at this time.
0 commit comments