Skip to content

Commit

Permalink
Remove obsolete params from slurm config
Browse files Browse the repository at this point in the history
With Slurm 23.11 `NoAddrCache` and `CgroupAutomount` params became obsolete and
a warning message is shown if they are specified in the config.

Signed-off-by: Nicola Sirena <[email protected]>
  • Loading branch information
NSsirena committed Dec 6, 2023
1 parent 679ab9d commit fab5e2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
###
# Slurm cgroup support configuration file
###
CgroupAutomount=yes
ConstrainCores=yes
#
# WARNING!!! The slurm_parallelcluster_cgroup.conf file included below can be updated by the pcluster process.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ TreeWidth=65533
SlurmctldParameters=idle_on_node_suspend,power_save_min_interval=30,cloud_dns,node_reg_mem_percent=<%= node['cluster']['slurm_node_reg_mem_percent'] %>
TreeWidth=30
<% end -%>
CommunicationParameters=NoAddrCache
SuspendProgram=<%= node['cluster']['scripts_dir'] %>/slurm/slurm_suspend
ResumeProgram=<%= node['cluster']['scripts_dir'] %>/slurm/slurm_resume
ResumeFailProgram=<%= node['cluster']['scripts_dir'] %>/slurm/slurm_suspend
Expand Down

0 comments on commit fab5e2d

Please sign in to comment.