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
e833e151
Commit
e833e151
authored
9 years ago
by
Alejandro Sanchez
Committed by
Tim Wickberg
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Document 'scontrol show assoc_mgr' in scontrol man page.
parent
981a3e61
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
+9
-6
9 additions, 6 deletions
doc/man/man1/scontrol.1
with
9 additions
and
6 deletions
doc/man/man1/scontrol.1
+
9
−
6
View file @
e833e151
...
@@ -357,10 +357,10 @@ contents of the slurm.conf configuration file.
...
@@ -357,10 +357,10 @@ contents of the slurm.conf configuration file.
.TP
.TP
\fBshow\fP \fIENTITY\fP \fIID\fP
\fBshow\fP \fIENTITY\fP \fIID\fP
Display the state of the specified entity with the specified identification.
Display the state of the specified entity with the specified identification.
\fIENTITY\fP may be \fIaliases\fP, \fI
cache
\fP, \fIconfig\fP, \fIdaemons\fP,
\fIfrontend\fP,
\fIENTITY\fP may be \fIaliases\fP, \fI
assoc_mgr
\fP, \fIconfig\fP, \fIdaemons\fP,
\fIjob\fP, \fInode\fP, \fIpartition\fP, \fIpowercap\fP,
\fIreservation\fP, \fIslurmd\fP,
\fIfrontend\fP,
\fIjob\fP, \fInode\fP, \fIpartition\fP, \fIpowercap\fP,
\fIstep\fP, \fItopology\fP, \fIhostlist\fP,
\fIhostlistsorted\fP or
\fIreservation\fP, \fIslurmd\fP,
\fIstep\fP, \fItopology\fP, \fIhostlist\fP,
\fIhostnames\fP
\fIhostlistsorted\fP or
\fIhostnames\fP
(also \fIblock\fP or \fIsubmp\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
\fIID\fP can be used to identify a specific element of the identified
entity: job ID, node name, partition name, reservation name, or job step ID for
entity: job ID, node name, partition name, reservation name, or job step ID for
...
@@ -374,8 +374,11 @@ named nodes will be shown.
...
@@ -374,8 +374,11 @@ named nodes will be shown.
\fINodeHostname\fP (useful to get the list of virtual nodes associated with a
\fINodeHostname\fP (useful to get the list of virtual nodes associated with a
real node in a configuration where multiple slurmd daemons execute on a single
real node in a configuration where multiple slurmd daemons execute on a single
compute node).
compute node).
\fIcache\fP displays the current contents of the slurmctld's internal cache
\fIassoc_mgr\fP displays the current contents of the slurmctld's internal cache
for users and associations.
for users, associations and/or qos. The \fIID\fP may be users=<user1>,[...,<userN>],
accounts=<acct1>,[...,<acctN>], qos=<qos1>,[...,<qosN>] and/or
flags=<users,assoc,qos>, used to filter the desired section to be displayed. If
no flags are specified, all sections are displayed.
\fIconfig\fP displays parameter names from the configuration files in mixed
\fIconfig\fP displays parameter names from the configuration files in mixed
case (e.g. SlurmdPort=7003) while derived parameters names are in upper case
case (e.g. SlurmdPort=7003) while derived parameters names are in upper case
only (e.g. SLURM_VERSION).
only (e.g. SLURM_VERSION).
...
...
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