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
1010- Fix the update of ` /etc/hosts ` file on computes nodes when a cluster is deployed in subnets without internet access.
1111- Fix compute nodes bootstrap by waiting for ephemeral drives initialization before joining the cluster.
1212
13- 3.1.0
13+ ** CHANGES**
14+ - Upgrade Slurm to version 21.08.6.
15+
16+ 3.1.1
1417------
1518
1619** ENHANCEMENTS**
Original file line number Diff line number Diff line change 116116# URLs to software packages used during install recipes
117117# Slurm software
118118default [ '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'
120120default [ '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 '
122122default [ 'cluster' ] [ 'slurm' ] [ 'user' ] = 'slurm'
123123default [ 'cluster' ] [ 'slurm' ] [ 'user_id' ] = node [ 'cluster' ] [ 'reserved_base_uid' ] + 1
124124default [ 'cluster' ] [ 'slurm' ] [ 'group' ] = node [ 'cluster' ] [ 'slurm' ] [ 'user' ]
You can’t perform that action at this time.
0 commit comments