Skip to content
Snippets Groups Projects
Commit 4e01e511 authored by Moe Jette's avatar Moe Jette
Browse files

Identify some default parameter values per user feedback.

parent ebeb27bd
No related branches found
No related tags found
No related merge requests found
\." $Id$ \." $Id$
.\" .\"
.TH SRUN "1" "September 2003" "srun 0.2" "slurm components" .TH SRUN "1" "October 2003" "srun 0.2" "slurm components"
.SH "NAME" .SH "NAME"
srun \- run parallel jobs srun \- run parallel jobs
.SH SYNOPSIS .SH SYNOPSIS
...@@ -63,7 +63,8 @@ printed and the \fB\-\-relative\fR option will take precedence. ...@@ -63,7 +63,8 @@ printed and the \fB\-\-relative\fR option will take precedence.
.TP .TP
\fB\-p\fR, \fB\-\-partition\fR=\fIpartition\fR \fB\-p\fR, \fB\-\-partition\fR=\fIpartition\fR
Request resources from partition "\fIpartition\fR." Partitions Request resources from partition "\fIpartition\fR." Partitions
are created by the slurm administrator. are created by the slurm administrator, who also identify one
of those partitions as the default.
.TP .TP
\fB\-t\fR, \fB\-\-time\fR=\fIminutes\fR \fB\-t\fR, \fB\-\-time\fR=\fIminutes\fR
Establish a time limit to terminate the job after the specified number of Establish a time limit to terminate the job after the specified number of
...@@ -188,13 +189,13 @@ with "#!" followed by the fully qualified pathname of a valid shell. ...@@ -188,13 +189,13 @@ with "#!" followed by the fully qualified pathname of a valid shell.
.TP .TP
\fB\-v\fR, \fB\-\-verbose\fR \fB\-v\fR, \fB\-\-verbose\fR
verbose operation. Multiple \fB-v\fR's will further increase the verbosity of verbose operation. Multiple \fB-v\fR's will further increase the verbosity of
.B srun. .B srun. By default only errors will be displayed.
.TP .TP
\fB\-d\fR, \fB\-\-slurmd-debug\fR=\fIlevel\fR \fB\-d\fR, \fB\-\-slurmd-debug\fR=\fIlevel\fR
Specify a debug level for slurmd(8). \fIlevel\fR may be an integer value Specify a debug level for slurmd(8). \fIlevel\fR may be an integer value
between 0 [quiet, only errors are displayed] and 5 [insanely verbose between 0 [quiet, only errors are displayed] and 5 [insanely verbose
operation]. The slurmd debug information is copied onto the stderr of operation]. The slurmd debug information is copied onto the stderr of
the job. the job. By default only errors are displayed.
.TP .TP
\fB\-W\fR, \fB\-\-wait\fR=\fIseconds\fR \fB\-W\fR, \fB\-\-wait\fR=\fIseconds\fR
Specify how long to wait after the first task terminates before terminating Specify how long to wait after the first task terminates before terminating
......
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