diff --git a/etc/slurm.conf.example b/etc/slurm.conf.example index 1cbcb4aef4c9dfb8d4149e0c033d575566f3e6e8..657769bf793280b846932ca32f8d74381a2e1f02 100644 --- a/etc/slurm.conf.example +++ b/etc/slurm.conf.example @@ -172,6 +172,17 @@ # JobCompType=jobcomp/filetxt +# +# o Define location where job completion logs are to be written +# Interpretation of the parameter is dependent upon the logging +# mechanism used (specified by the JobCompType parameter). For +# "JobCompType=jobcomp/filetxt" the value of JobCompLoc should +# be the fully qualified pathname of a file into which text +# records are appended. +# +# JobCompLoc=/var/log/slurm.job.log + + # # o Define the switch or interconnect in use. # @@ -184,16 +195,6 @@ # SwitchType=switch/none -# -# o Define location where job completion logs are to be written -# Interpretation of the parameter is dependent upon the logging -# mechanism used (specified by the JobCompType parameter). For -# "JobCompType=jobcomp/filetxt" the value of JobCompLoc should -# be the fully qualified pathname of a file into which text -# records are appended. -# -# JobCompLoc=/var/log/slurm.job.log - # # o Define the places to look for SLURM plugins. This is a # colon-separated list of directories, just like the PATH @@ -201,6 +202,7 @@ # # PluginDir=/etc/slurm/plugins # default: PREFIX/lib/slurm + # # o Define some timeout values for the slurm controller and backup #