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
009e268b
Commit
009e268b
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Provide more details on how time-limit signals are handled in srun.1
parent
7e70ddf1
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/srun.1
+6
-3
6 additions, 3 deletions
doc/man/man1/srun.1
with
6 additions
and
3 deletions
doc/man/man1/srun.1
+
6
−
3
View file @
009e268b
\." $Id$
\." $Id$
.\"
.\"
.TH SRUN "1" "
January
2003" "srun 0.1" "slurm components"
.TH SRUN "1" "
March
2003" "srun 0.1" "slurm components"
.SH "NAME"
.SH "NAME"
srun \- run parallel jobs
srun \- run parallel jobs
.SH SYNOPSIS
.SH SYNOPSIS
...
@@ -48,6 +48,9 @@ are created by the slurm administrator.
...
@@ -48,6 +48,9 @@ are created by the slurm administrator.
.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 minutes.
Establish a time limit to terminate the job after the specified number of minutes.
The default value is the partition's time limit. When the time limit is reached,
the job's processes are sent SIGXCPU followed by SIGKILL. The interval between
signals is specified by the SLURM configuration parameter \fBKillWait\fR.
.TP
.TP
\fB\-\-cddir\fR=\fIpath\fR
\fB\-\-cddir\fR=\fIpath\fR
have the remote processes do a chdir to \fIpath\fR before beginning
have the remote processes do a chdir to \fIpath\fR before beginning
...
@@ -321,7 +324,7 @@ stdin is redirected from the stdin of
...
@@ -321,7 +324,7 @@ stdin is redirected from the stdin of
.B srun
.B srun
to this same task.
to this same task.
.TP
.TP
filename
\fI
filename
\fR
.B srun
.B srun
will redirect stdout and/or stderr to the named file from all tasks.
will redirect stdout and/or stderr to the named file from all tasks.
stdin will be redirected from the named file and broadcast to all
stdin will be redirected from the named file and broadcast to all
...
@@ -566,4 +569,4 @@ processors on the same node. The \fBnodes\fR and \fBmincpus\fR options
...
@@ -566,4 +569,4 @@ processors on the same node. The \fBnodes\fR and \fBmincpus\fR options
may be helpful in preventing this problem.
may be helpful in preventing this problem.
.SH "SEE ALSO"
.SH "SEE ALSO"
\fBscancel\fR(1), \fBs
queue\fR(1
)
\fBscancel\fR(1), \fBs
control\fR(1), \fBsqueue\fR(1), \fBslurm.conf\fR(5
)
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