Skip to content
Snippets Groups Projects
Commit 1b86e97c authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - update documentation on the scontrol SubMPName for BGQ systems.

parent bccf0f85
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,11 @@ Recreate, Remove, Resume.
<p>Alternatively, if only part of a midplane needs to be put
into an error state which isn't already in a block of the size you
need, you can set a collection of IO nodes into an error state using
<i>scontrol</i> (i.e. "<i>scontrol update submpname=bg000[0-3] state=error</i>").
<i>scontrol</i> (i.e. "<i>scontrol update submpname=bg000[0-3]
state=error</i>").
NOTE: Even on BGQ where node names are given in bg0000[00000] format
this option takes an ionode name bg0000[0].
This will end any job on the nodes listed, create a block there, and set
the state of the block to ERROR making it so no job will run on the
block. Then resume the block when it is ready to be used again (i.e.
......
......@@ -301,7 +301,7 @@ Display the state of the specified entity with the specified identification.
\fIENTITY\fP may be \fIaliases\fP, \fIconfig\fP, \fIdaemons\fP, \fIfrontend\fP,
\fIjob\fP, \fInode\fP, \fIpartition\fP, \fIreservation\fP, \fIslurmd\fP,
\fIstep\fP, \fItopology\fP, \fIhostlist\fP or \fIhostnames\fP
(also \fIblock\fP or \fIsubbp\fP on BlueGene systems).
(also \fIblock\fP or \fIsubmp\fP on BlueGene systems).
\fIID\fP can be used to identify a specific element of the identified
entity: the configuration parameter name, job ID, node name, partition name,
reservation name, or job step ID for \fIconfig\fP, \fIjob\fP, \fInode\fP,
......@@ -1200,9 +1200,11 @@ 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.
.TP
\fISubBPName\fP=<name>
\fISubMPName\fP=<name>
Identify the bluegene ionodes to be updated (i.e. bg000[0\-3]). This
specification is required.
NOTE: Even on BGQ where node names are given in bg0000[00000] format
this option takes an ionode name bg0000[0].
.TP
.SH "ENVIRONMENT VARIABLES"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment