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
28643a47
Commit
28643a47
authored
19 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
Update srun man page to remove obsolete --steal parameter,
and correct --attach and --join descriptions
parent
1f8dd89a
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
+10
-14
10 additions, 14 deletions
doc/man/man1/srun.1
with
10 additions
and
14 deletions
doc/man/man1/srun.1
+
10
−
14
View file @
28643a47
...
...
@@ -409,19 +409,15 @@ Attach to running job:
This option will attach \fBsrun\fR
to a running job with job id = \fIid\fR. Provided that the calling user
has access to that running job, stdout and stderr will be redirected to the
current session
and signals received by
.B srun
will be
forwarded
to the remote processes
.
current session
(assuming that the tasks' stdout and stderr are not connected
directly to files). stdin is not connected to the remote tasks, and signals
are not
forwarded
unless the \fB\-\-join\fR parameter is also specified
.
.TP
\fB\-j\fR, \fB\-\-join\fR
Join with running job. This will duplicate stdout/stderr to the calling
\fBsrun\fR. stdin and signals will not be propagated to the job.
\fB\-\-join\fR is only allowed with \fB\-\-attach\fR.
.TP
\fB\-s\fR, \fB\-\-steal\fR
Steal the connection to the running job. This will close any open
sessions with the specified job and allow stdin and signals to be propagated.
\fB\-\-steal\fR is only allowed with \fB\-\-attach\fR.
Used in conjunction with \fB\-\-attach\fR to specify that stdin should
also be connected to the remote tasks (assuming that the remote tasks'
stdin are not directly connected to files), and signals sent to \fBsrun\fR
will be forwarded to the remote tasks.
.PP
Constraint Options. The following options all put constraints on the nodes
that may be considered for the job:
...
...
@@ -672,9 +668,9 @@ stdout and stderr are duplicated to the attaching \fBsrun\fR, but
signals are not forwarded to the remote processes (A single
Ctrl-C will detach this read-only \fBsrun\fR from the job). If
the \fB-j\fR (\fB\-\-join\fR) option is is also specified,
\fBsrun\fR "joins" the running job, and is able to forward signals
and acts for the most part much like the \fBsrun\fR
process that
initiated the job.
\fBsrun\fR "joins" the running job, and is able to forward signals
,
connects stdin,
and acts for the most part much like the \fBsrun\fR
process that
initiated the job.
.PP
Attaching to running batch jobs is also supported, if the batch
job is being managed by SLURM (That is, a script submitted with
...
...
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