File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This file is used to list changes made in each version of the AWS ParallelCluste
20
20
- Mount EFS file systems using ` amazon-efs-utils ` . EFS files systems can be mounted using in-transit encryption and IAM authorized user.
21
21
- Install ` stunnel ` 5.67 on CentOS7 and Ubuntu to support EFS in-transit encryption.
22
22
- 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 .
23
+ - Upgrade Slurm to version 22.05.7 .
24
24
- Upgrade Python to 3.9.16 and 3.7.16.
25
25
26
26
3.3.0
Original file line number Diff line number Diff line change 138
138
# URLs to software packages used during install recipes
139
139
# Slurm software
140
140
default [ 'cluster' ] [ 'slurm_plugin_dir' ] = '/etc/parallelcluster/slurm_plugin'
141
- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '22-05-6 -1'
141
+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '22-05-7 -1'
142
142
default [ 'cluster' ] [ 'slurm' ] [ 'url' ] = "https://github.com/SchedMD/slurm/archive/slurm-#{ node [ 'cluster' ] [ 'slurm' ] [ 'version' ] } .tar.gz"
143
- default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'bd2fbc4f6fcf41bfce899eaac0d92d9f09996cd3 '
143
+ default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'a9208e0d6af8465e417d5a60a6ea82b151b6fc34 '
144
144
default [ 'cluster' ] [ 'slurm' ] [ 'user' ] = 'slurm'
145
145
default [ 'cluster' ] [ 'slurm' ] [ 'user_id' ] = node [ 'cluster' ] [ 'reserved_base_uid' ] + 1
146
146
default [ 'cluster' ] [ 'slurm' ] [ 'group' ] = node [ 'cluster' ] [ 'slurm' ] [ 'user' ]
You can’t perform that action at this time.
0 commit comments