Skip to content

Commit f23de4b

Browse files
Enable additional Slurm logging for the Power Saving plugin (#1717)
Set `DebugFlags=Power` and `SlurmctldDebug=verbose` in slurm.conf These settings enable additional logging for the Slurm power save plugin. The additional messages don't pollute the logs excessively and may be useful to debug scaling issues. Signed-off-by: Jacopo De Amicis <[email protected]> Co-authored-by: Enrico Usai <[email protected]>
1 parent 4dfb630 commit f23de4b

File tree

1 file changed

+2
-1
lines changed
  • cookbooks/aws-parallelcluster-slurm/templates/default/slurm

1 file changed

+2
-1
lines changed

cookbooks/aws-parallelcluster-slurm/templates/default/slurm/slurm.conf.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ GresTypes=gpu
6565
SelectType=select/cons_tres
6666
#
6767
# LOGGING
68-
SlurmctldDebug=info
68+
SlurmctldDebug=verbose
6969
SlurmctldLogFile=/var/log/slurmctld.log
7070
SlurmdDebug=info
7171
SlurmdLogFile=/var/log/slurmd.log
72+
DebugFlags=Power
7273
JobCompType=jobcomp/none
7374
#
7475
# WARNING!!! The slurm_parallelcluster.conf file included below can be updated by the pcluster process.

0 commit comments

Comments
 (0)