Skip to content
Snippets Groups Projects
Commit 7a2a6212 authored by Moe Jette's avatar Moe Jette
Browse files

describe hierarchical bank acocunts

parent 8587a9e5
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,11 @@ You will want to define the names of clusters being managed ...@@ -263,7 +263,11 @@ You will want to define the names of clusters being managed
by Slurm, the users with accounts on these computers, plus by Slurm, the users with accounts on these computers, plus
the user's default and valid account names. Partition names the user's default and valid account names. Partition names
will be uploaded from Slurm on the cluster, but can be will be uploaded from Slurm on the cluster, but can be
explicitly defined if so desired.</p> explicitly defined if so desired.
Bank accounts may be arranged in a hierarchical fashion, for
example accounts <i>chemistry</i> and <i>physics</i> may be
children of the account <i>science</i>.
The hierarchy may have an arbitrary depth.</p>
<h2>Node State Information</h2> <h2>Node State Information</h2>
......
...@@ -159,6 +159,10 @@ Repeat the last command executed. ...@@ -159,6 +159,10 @@ Repeat the last command executed.
\fIaccount\fP \fIaccount\fP
A bank account, typically specified at job submit time using the A bank account, typically specified at job submit time using the
\fI--account=\fR option. \fI--account=\fR option.
These may be arranged in a hierarchical fashion, for example
accounts \fIchemistry\fR and \fIphysics\fR may be children of
the account \fIscience\fR.
The hierarchy may have an arbitrary depth.
.TP .TP
\fIassociation\fP \fIassociation\fP
......
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