Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
29a0f4b3
Commit
29a0f4b3
authored
22 years ago
by
tewk
Browse files
Options
Downloads
Patches
Plain Diff
Added manpage for slurmd
parent
1b515cd6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/slurmd.1
+83
-0
83 additions, 0 deletions
doc/man/man1/slurmd.1
with
83 additions
and
0 deletions
doc/man/man1/slurmd.1
0 → 100644
+
83
−
0
View file @
29a0f4b3
.TH SLURMD "1" "August 2002" "slurmctld 0.1" "Slurm components"
.SH "NAME"
slurmd \- The compute node daemon of Slurm.
.SH "SYNOPSIS"
\fBslurmd\fR [\fIOPTIONS\fR...]
.SH "DESCRIPTION"
\fBslurmld\fR is the compute node daemon of Slurm. It monitors all tasks running
on the compute node , accepts work (tasks), launched tasks, and kill running tasks
upon request.
.TP
OPTIONS
.TP
\fB-d\fR
Execute \fBslurmctld\fR as a daemon (in the background) with logging to syslog.
.TP
\fB-e <errlev>\fR
Set stderr logging to the specified level..TP
\fB-h\fR
Help; print a brief summary of command options.
.TP
\fB-f <file>\fR
Read configuration from the specified file.
.TP
\fB-l <errlev>\fR
Set logfile logging to the specified level.
.TP
\fB-L <file>\fR
Write log messages to the specified file.
.TP
\fB-s <errlev>\fR
Set syslog logging to the specified level.
.TP
ARGUMENTS
.TP
\fIerrlev\fP
The level of error to be reported, an integer value between 0 and 7.
Larger numbers result in more logging information. The numbers represent
the following levels of logging:
.br
\fB0\fR
No logging of any events
.br
\fB1\fR
Log fatal errors only
.br
\fB2\fR
Log all errors
.br
\fB3\fR
Log informational messages
.br
\fB4\fR
Verbose logging of informational message
.br
\fB5,6,7\fR
Log highly detailed debugging messages
.TP
\fB<file>\fR
Pathname of a configuration or log file to use.
.SH "NOTES"
It may be useful to experiment with different \fBslurmd\fR specific
configuration parameters using a distinct configuration file. However,
this special configuration file will not be recognized by \fBslurmctld\fR
or the Slurm programs. If you desire changing communication ports,
the location of the temporary file system, or other parameters used
by other Slurm components, change the common configuration file.
.SH "COPYING"
Copyright (C) 2002 The Regents of the University of California.
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
UCRL-CODE-2002-040.
.LP
This file is part of SLURM, a resource management program.
For details, see <http://www.llnl.gov/linux/slurm/>.
.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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment