File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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- Upgrade PMIx to version 3.2.3
1313- Download dependencies of Intel HPC platform during AMI build time to avoid contacting Internet during cluster creation time.
1414- Do not strip ` - ` from compute resource name when configuring Slurm nodes.
15- - Upgrade Slurm to version 21.08.3 .
15+ - Upgrade Slurm to version 21.08.4 .
1616
1717** BUG FIXES**
1818- Fix issue that is preventing cluster names to start with ` parallelcluster- ` prefix.
Original file line number Diff line number Diff line change 112112# URLs to software packages used during install recipes
113113# Slurm software
114114default [ 'cluster' ] [ 'slurm_plugin_dir' ] = '/etc/parallelcluster/slurm_plugin'
115- default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '21-08-3 -1'
115+ default [ 'cluster' ] [ 'slurm' ] [ 'version' ] = '21-08-4 -1'
116116default [ 'cluster' ] [ 'slurm' ] [ 'url' ] = "https://github.com/SchedMD/slurm/archive/slurm-#{ node [ 'cluster' ] [ 'slurm' ] [ 'version' ] } .tar.gz"
117- default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = 'ba9c2baa151af4ec5e77573ce4ac79131717e1bf '
117+ default [ 'cluster' ] [ 'slurm' ] [ 'sha1' ] = '24dad6a71e7664a2781d0c8723bce30f6bc5ae47 '
118118default [ 'cluster' ] [ 'slurm' ] [ 'user' ] = 'slurm'
119119default [ 'cluster' ] [ 'slurm' ] [ 'user_id' ] = node [ 'cluster' ] [ 'reserved_base_uid' ] + 1
120120default [ 'cluster' ] [ 'slurm' ] [ 'group' ] = node [ 'cluster' ] [ 'slurm' ] [ 'user' ]
You can’t perform that action at this time.
0 commit comments