We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90373e commit 86b9e34Copy full SHA for 86b9e34
cookbooks/aws-parallelcluster-slurm/attributes/slurm_attributes.rb
@@ -3,7 +3,7 @@
3
4
# Slurm attributes shared between install_slurm and configure_slurm_accounting
5
default['cluster']['slurm']['commit'] = ''
6
-default['cluster']['slurm']['branch'] = ''
+default['cluster']['slurm']['branch'] = 'slurm-23.02'
7
default['cluster']['slurm']['sha256'] = '4fee743a34514d8fe487080048256f5ee032374ed5f42d0eae342110dcd59edf'
8
default['cluster']['slurm']['install_dir'] = '/opt/slurm'
9
0 commit comments