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
16cf94c8
Commit
16cf94c8
authored
12 years ago
by
Danny Auble
Browse files
Options
Downloads
Patches
Plain Diff
update scontrol update block docs.
parent
cd025504
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/scontrol.1
+26
-7
26 additions, 7 deletions
doc/man/man1/scontrol.1
with
26 additions
and
7 deletions
doc/man/man1/scontrol.1
+
26
−
7
View file @
16cf94c8
...
...
@@ -1204,7 +1204,7 @@ E.g. Users=jones1,smith2.
A new reservation must specify Users and/or Accounts.
.TP
\fBSPECIFICATIONS FOR UPDATE
,
BLOCK \fR
\fBSPECIFICATIONS FOR UPDATE BLOCK
/SUBMP
\fR
.TP
Bluegene systems only!
.TP
...
...
@@ -1212,12 +1212,31 @@ Bluegene systems only!
Identify the bluegene block to be updated. This specification is required.
.TP
\fIState\fP=<free|error|recreate|remove|resume>
This will update the state of a bluegene block to either FREE or ERROR.
(i.e. update BlockName=RMP0 STATE=ERROR) State error will not allow jobs
to run on the block. \fBWARNING!!!!\fR This will cancel any
running job on the block! On dynamically laid out systems REMOVE will
free and remove the block from the system. If the block is smaller
than a midplane every block on that midplane will be removed.
This will update the state of a bluegene block.
(i.e. update BlockName=RMP0 STATE=ERROR)
\fBWARNING!!!!\fR With the exception of the RESUME state, all other
state values will cancel any running job on the block!
.RS
.TP 10
\fIFREE\fP
Return the block to a free state.
.TP
\fIERROR\fP
Make it so jobs don't run on the block.
.TP
\fIRECREATE\fP
Destroy the current block and create a new one to take its place.
.TP
\fIREMOVE\fP
Free and remove the block from the system. If the block is smaller
than a midplane every block on that midplane will be removed. (only
available on dynamic laid out systems)
.TP
\fIRESUME\fP
If a block is in ERROR state RESUME will return the block to its
previous usable state (FREE or READY).
.RE
.TP
\fISubMPName\fP=<name>
Identify the bluegene ionodes to be updated (i.e. bg000[0\-3]). This
...
...
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