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
ed84b5fe
Commit
ed84b5fe
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Cray - Document signal handling with respect to ALPS reservations
parent
e3e2cc2e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/html/cray.shtml
+8
-1
8 additions, 1 deletion
doc/html/cray.shtml
doc/man/man1/scancel.1
+7
-1
7 additions, 1 deletion
doc/man/man1/scancel.1
with
15 additions
and
2 deletions
doc/html/cray.shtml
+
8
−
1
View file @
ed84b5fe
...
...
@@ -154,6 +154,13 @@ file. This option is set with RPMs from Cray.</p>
<p>Cray/ALPS node ordering is a topic of ongoing work, some information can be found in the CUG-2010 paper
"<i>ALPS, Topology, and Performance</i>" by Carl Albing and Mark Baker.</p>
<h3>The scancel command and signalling jobs</h3>
On Cray systems, all signals <b>except</b>
SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, or SIGWINCH
cause the ALPS reservation to be released.
The job however will not be terminated except in the case of SIGKILL and
may then be used for post processing.
<h3>GPU Use</h3>
<p>Users may specify GPU memory required per node using the <i>--gres=gpu_mem:#</i>
...
...
@@ -642,6 +649,6 @@ allocation.</p>
<p class="footer"><a href="#top">top</a></p>
<p style="text-align:center;">Last modified
18 Sept
ember 2012</p></td>
<p style="text-align:center;">Last modified
7 Nov
ember 2012</p></td>
<!--#include virtual="footer.txt"-->
This diff is collapsed.
Click to expand it.
doc/man/man1/scancel.1
+
7
−
1
View file @
ed84b5fe
.TH SCANCEL "1" "
January
201
1
" "scancel 2.
3
" "Slurm components"
.TH SCANCEL "1" "
November
201
2
" "scancel 2.
5
" "Slurm components"
.SH "NAME"
scancel \- Used to signal jobs or job steps that are under the control of Slurm.
...
...
@@ -190,6 +190,12 @@ time for the running job/step(s) to clean up.
.LP
If a signal value of "KILL" is sent to an entire job, this will cancel
the active job steps but not cancel the job itself.
.LP
On Cray systems, all signals \fBexcept\fR
SIGCHLD, SIGCONT, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, or SIGWINCH
cause the ALPS reservation to be released.
The job however will not be terminated except in the case of SIGKILL and
may then be used for post processing.
.SH "AUTHORIZATION"
...
...
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