~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to doc/man/man8/slurmd.8

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH SLURMD "8" "June 2006" "slurmd 1.1" "Slurm components"
 
1
.TH SLURMD "8" "March 2009" "slurmd 2.0" "Slurm components"
 
2
 
2
3
.SH "NAME"
3
4
slurmd \- The compute node daemon for SLURM.
 
5
 
4
6
.SH "SYNOPSIS"
5
7
\fBslurmd\fR [\fIOPTIONS\fR...]
 
8
 
6
9
.SH "DESCRIPTION"
7
10
\fBslurmd\fR is the compute node daemon of Slurm. It monitors all tasks 
8
11
running on the compute node , accepts work (tasks), launches tasks, and kills 
14
17
Clear system locks as needed. This may be required if \fBslurmd\fR terminated 
15
18
abnormally.
16
19
.TP
 
20
\fB\-d <file>\fR
 
21
Specify the fully qualified pathname to the \fBslurmstepd\fR program to be used
 
22
for sheperding user job steps. This can be useful for testing purposes.
 
23
.TP
17
24
\fB\-D\fR
18
25
Run slurmd in the foreground. Error and debug messages will be copied to stderr.
19
26
.TP
 
27
\fB\-f <file>\fR
 
28
Read configuration from the specified file. See \fBNOTES\fR below.
 
29
.TP
 
30
\fB\-h\fR
 
31
Help; print a brief summary of command options.
 
32
.TP
 
33
\fB\-L <file>\fR
 
34
Write log messages to the specified file.
 
35
.TP
20
36
\fB\-M\fR
21
37
Lock slurmd pages into system memory using mlockall(2) to disable
22
38
paging of the slurmd process. This may help in cases where nodes are
24
40
system call is not available, an error will be printed to the log
25
41
and slurmd will continue as normal.
26
42
.TP
27
 
\fB\-h\fR
28
 
Help; print a brief summary of command options.
29
 
.TP
30
 
\fB\-f <file>\fR
31
 
Read configuration from the specified file. See \fBNOTES\fR below.
32
 
.TP
33
 
\fB\-L <file>\fR
34
 
Write log messages to the specified file.
35
 
.TP
36
43
\fB\-v\fR
37
44
Verbose operation. Multiple \-v's increase verbosity.
38
45
.TP
58
65
configuration file, \fBslurm.conf\fR.
59
66
 
60
67
.SH "COPYING"
61
 
Copyright (C) 2002\-2006 The Regents of the University of California.
 
68
Copyright (C) 2002\-2007 The Regents of the University of California.
 
69
Copyright (C) 2008\-2009 Lawrence Livermore National Security.
62
70
Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
63
 
LLNL\-CODE\-402394.
 
71
CODE\-OCEC\-09\-009. All rights reserved.
64
72
.LP
65
73
This file is part of SLURM, a resource management program.
66
74
For details, see <https://computing.llnl.gov/linux/slurm/>.
78
86
.SH "FILES"
79
87
.LP
80
88
/etc/slurm.conf
 
89
 
81
90
.SH "SEE ALSO"
82
91
\fBslurm.conf\fR(5), \fBslurmctld\fR(8)