Skip to content

Commit

Permalink
CC 8.5+ starts slurm services after cluster-init completion
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzod authored Mar 1, 2024
1 parent 25ad0d9 commit 2caead7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ function install_prolog() {
if is_slurm_controller; then
install_plugstack
install_prolog
systemctl restart slurmctld
#systemctl restart slurmctld
else
link_plugstack
systemctl restart slurmd
#systemctl restart slurmd
fi

0 comments on commit 2caead7

Please sign in to comment.