File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ This file is used to list changes made in each version of the AWS ParallelCluste
10
10
- Fix the update of ` /etc/hosts ` file on computes nodes when a cluster is deployed in subnets without internet access.
11
11
- Fix compute nodes bootstrap by waiting for ephemeral drives initialization before joining the cluster.
12
12
13
- 3.1.0
13
+ ** CHANGES**
14
+ - Upgrade Slurm to version 21.08.6.
15
+
16
+ 3.1.1
14
17
------
15
18
16
19
** ENHANCEMENTS**
Original file line number Diff line number Diff line change 116
116
# URLs to software packages used during install recipes
117
117
# Slurm software
118
118
default [ 'cluster' ] [ 'slurm_plugin_dir' ] = '/etc/parallelcluster/slurm_plugin'
119
- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '21-08-5 -1'
119
+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '21-08-6 -1'
120
120
default [ 'cluster' ] [ 'slurm' ] [ 'url' ] = "https://github.com/SchedMD/slurm/archive/slurm-#{ node [ 'cluster' ] [ 'slurm' ] [ 'version' ] } .tar.gz"
121
- default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = '1416539a06c866605b8d464daf6c98d881592361 '
121
+ default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'f2672e03dd4fe63cc682df2333182c5fb3033279 '
122
122
default [ 'cluster' ] [ 'slurm' ] [ 'user' ] = 'slurm'
123
123
default [ 'cluster' ] [ 'slurm' ] [ 'user_id' ] = node [ 'cluster' ] [ 'reserved_base_uid' ] + 1
124
124
default [ 'cluster' ] [ 'slurm' ] [ 'group' ] = node [ 'cluster' ] [ 'slurm' ] [ 'user' ]
You can’t perform that action at this time.
0 commit comments