File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
2020- Mount EFS file systems using ` amazon-efs-utils ` . EFS files systems can be mounted using in-transit encryption and IAM authorized user.
2121- Install ` stunnel ` 5.67 on CentOS7 and Ubuntu to support EFS in-transit encryption.
2222- Add possibility to execute a custom script in the head node during the update of the cluster.
23+ - Upgrade Slurm to version 22.05.6.
2324- Upgrade Python to 3.9.16 and 3.7.16.
2425
25263.3.0
Original file line number Diff line number Diff line change 138138# URLs to software packages used during install recipes
139139# Slurm software
140140default [ 'cluster' ] [ 'slurm_plugin_dir' ] = '/etc/parallelcluster/slurm_plugin'
141- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '22-05-5 -1'
141+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '22-05-6 -1'
142142default [ 'cluster' ] [ 'slurm' ] [ 'url' ] = "https://github.com/SchedMD/slurm/archive/slurm-#{ node [ 'cluster' ] [ 'slurm' ] [ 'version' ] } .tar.gz"
143- default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'afc0b304755718655f523b973401b243f98f0062 '
143+ default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'bd2fbc4f6fcf41bfce899eaac0d92d9f09996cd3 '
144144default [ 'cluster' ] [ 'slurm' ] [ 'user' ] = 'slurm'
145145default [ 'cluster' ] [ 'slurm' ] [ 'user_id' ] = node [ 'cluster' ] [ 'reserved_base_uid' ] + 1
146146default [ 'cluster' ] [ 'slurm' ] [ 'group' ] = node [ 'cluster' ] [ 'slurm' ] [ 'user' ]
You can’t perform that action at this time.
0 commit comments