1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.TH slurmstepd "8" "Slurm Component" "January 2025" "Slurm Component"
.SH "NAME"
slurmstepd \- The job step manager for Slurm.
.SH "SYNOPSIS"
\fBslurmstepd\fR
.SH "DESCRIPTION"
\fBslurmstepd\fR is a job step manager for Slurm.
It is spawned by the \fBslurmd\fR daemon when a job step is launched
and terminates when the job step does.
It is responsible for managing input and output (stdin, stdout and stderr)
for the job step along with its accounting and signal processing.
\fBslurmstepd\fR should not be initiated by users or system administrators.
.SH "ENVIRONMENT VARIABLES:
The following environment variables can be used to override settings
compiled into slurmstepd.
.TP 20
\fBSLURM_DEBUG_FLAGS\fR
Specify debug flags for slurmstepd to use. See DebugFlags in the
\fBslurm.conf\fR(5) man page for a full list of flags. The environment
variable takes precedence over the setting in the slurm.conf.
.IP
.SH "SIGNALS"
.TP
\fBSIGINT SIGTERM SIGQUIT\fR
\fBslurmstepd\fR will shutdown cleanly.
.IP
.TP
\fBSIGTSTP SIGPIPE SIGUSR1 SIGUSR2 SIGALRM SIGHUP\fR
These signals are explicitly ignored.
.IP
.SH "COPYING"
Copyright (C) 2006 The Regents of the University of California.
Copyright (C) 2010\-2022 SchedMD LLC.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
CODE\-OCEC\-09\-009. All rights reserved.
.LP
This file is part of Slurm, a resource management program.
For details, see <https://slurm.schedmd.com/>.
.LP
Slurm is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
.LP
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
.SH "SEE ALSO"
\fBslurmd\fR(8)
|