Skip to content
Snippets Groups Projects
Commit bd51e486 authored by Mark A. Grondona's avatar Mark A. Grondona Committed by Morris Jette
Browse files

doc: update slurm.conf(5)

Mention the ability to use glob(7) patterns for Epilog and Prolog
in the slurm.conf(5) man page.
parent 3edc31ad
No related branches found
No related tags found
No related merge requests found
...@@ -422,8 +422,10 @@ NOTE: If set, then a job's QOS can not be used to exceed partition limits. ...@@ -422,8 +422,10 @@ NOTE: If set, then a job's QOS can not be used to exceed partition limits.
.TP .TP
\fBEpilog\fR \fBEpilog\fR
Fully qualified pathname of a script to execute as user root on every Fully qualified pathname of a script to execute as user root on every
node when a user's job completes (e.g. "/usr/local/slurm/epilog"). This may node when a user's job completes (e.g. "/usr/local/slurm/epilog"). A
be used to purge files, disable user login, etc. glob pattern (See \fBglob\fR(7)) may also be used to run more than
one epilog script (e.g. "/etc/slurm/epilog.d/*"). The Epilog script
or scripts may be used to purge files, disable user login, etc.
By default there is no epilog. By default there is no epilog.
See \fBProlog and Epilog Scripts\fR for more information. See \fBProlog and Epilog Scripts\fR for more information.
...@@ -1123,11 +1125,13 @@ which uses process group IDs and is the default for all other systems ...@@ -1123,11 +1125,13 @@ which uses process group IDs and is the default for all other systems
\fBProlog\fR \fBProlog\fR
Fully qualified pathname of a program for the slurmd to execute Fully qualified pathname of a program for the slurmd to execute
whenever it is asked to run a job step from a new job allocation (e.g. whenever it is asked to run a job step from a new job allocation (e.g.
"/usr/local/slurm/prolog"). The slurmd executes the script before starting "/usr/local/slurm/prolog"). A glob pattern (See \fBglob\fR(7)) may
the first job step. This may be used to purge files, enable user login, etc. also be used to specify more than one program to run (e.g.
By default there is no prolog. Any configured script is expected to "/etc/slurm/prolog.d/*"). The slurmd executes the prolog before starting
complete execution quickly (in less time than \fBMessageTimeout\fR). the first job step. The prolog script or scripts may be used to purge files,
See \fBProlog and Epilog Scripts\fR for more information. enable user login, etc. By default there is no prolog. Any configured script
is expected to complete execution quickly (in less time than
\fBMessageTimeout\fR). See \fBProlog and Epilog Scripts\fR for more information.
.TP .TP
\fBPrologSlurmctld\fR \fBPrologSlurmctld\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment