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
4c881ea2
Commit
4c881ea2
authored
19 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
Documentation updates
parent
a1a7e55f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+0
-1
0 additions, 1 deletion
NEWS
doc/man/man1/srun.1
+0
-32
0 additions, 32 deletions
doc/man/man1/srun.1
with
0 additions
and
33 deletions
NEWS
+
0
−
1
View file @
4c881ea2
...
@@ -6,7 +6,6 @@ documents those changes that are of interest to users and admins.
...
@@ -6,7 +6,6 @@ documents those changes that are of interest to users and admins.
-- New stdio protocol. Now srun has just a single TCP stream to each node
-- New stdio protocol. Now srun has just a single TCP stream to each node
of a job-step. srun and slurmd comminicate over the TCP stream using a
of a job-step. srun and slurmd comminicate over the TCP stream using a
simple messaging protocol.
simple messaging protocol.
WARNING: The stdio rewrite is incomplete and not yet fully debugged.
-- Added task plugin and use task prolog/epilog(s).
-- Added task plugin and use task prolog/epilog(s).
-- New slurmd_step functionality added. Fork exec instead of using shared
-- New slurmd_step functionality added. Fork exec instead of using shared
memory. Not completely tested.
memory. Not completely tested.
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/srun.1
+
0
−
32
View file @
4c881ea2
...
@@ -671,38 +671,6 @@ the \fB-j\fR (\fB\-\-join\fR) option is is also specified,
...
@@ -671,38 +671,6 @@ the \fB-j\fR (\fB\-\-join\fR) option is is also specified,
\fBsrun\fR "joins" the running job, and is able to forward signals,
\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
connects stdin, and acts for the most part much like the \fBsrun\fR
process that initiated the job.
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
\fBsrun \-b\fR). The stdout and stderr from the \fIbatch script\fR
will then be copied to the attaching \fBsrun\fR, and if \fB-j\fR
is also specified, signals will be sent to the batch script.
This feature provides a good method for determining the status
of a running \fBsrun\fR within a batch script. For example,
consider attaching to a running batch job with jobid 483:
.br
.br
> srun --join --attach 483
.br
.br
After pressing Ctrl-C twice within one second, SIGINT is forwarded
to the batch job script, and the running srun reports its status:
.br
.br
attach[483]: interrupt (one more within 1 sec to abort)
.br
attach[483]: sending Ctrl-C to job
.br
srun: interrupt (one more within 1 sec to abort)
.br
srun: task[0-15]: running
.br
.br
showing that all 16 tasks in the current job step are running.
.PP
.PP
Node and CPU selection options do not make sense when specifying
Node and CPU selection options do not make sense when specifying
\fB\-\-attach\fR, and it is an error to use \fB-n\fR, \fB-c\fR,
\fB\-\-attach\fR, and it is an error to use \fB-n\fR, \fB-c\fR,
...
...
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