File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/attributes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
1212
1313** CHANGES**
1414- Upgrade Slurm to version 24.05.6.
15- - Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2.
15+ - Upgrade NVIDIA driver to version 570.86.15 (from 550.127.08) for all OSs except AL2 and Rocky9 .
1616- Upgrade CUDA Toolkit to version 12.8.0 (from 12.4.1) for all OSs except AL2.
1717- Upgrade Python to 3.12.8 for all OSs except AL2 (from 3.9.20).
1818- On Ubuntu 22.04, install the Nvidia driver with the same compiler version used to compile the kernel.
Original file line number Diff line number Diff line change 1818default [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] = 'no'
1919default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '570.86.15'
2020default [ 'cluster' ] [ 'nvidia' ] [ 'dcgm_version' ] = '3.3.6'
21- if platform? ( 'amazon' ) && node [ 'platform_version' ] == "2"
21+ if platform? ( 'amazon' ) && node [ 'platform_version' ] == "2" || platform? ( 'rocky' ) && node [ 'platform_version' ] == "9"
2222 default [ 'cluster' ] [ 'nvidia' ] [ 'driver_version' ] = '550.127.08'
2323end
2424
You can’t perform that action at this time.
0 commit comments