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

Improve documentation about AccountingStorageTRES

parent 295eac5b
No related branches found
No related tags found
No related merge requests found
...@@ -123,10 +123,10 @@ Also see \fBDefaultStoragePort\fR. ...@@ -123,10 +123,10 @@ Also see \fBDefaultStoragePort\fR.
\fBAccountingStorageTRES\fR \fBAccountingStorageTRES\fR
Comma separated list of resources you wish to track on the cluster. Comma separated list of resources you wish to track on the cluster.
These are the resources requested by the sbatch/srun job when it These are the resources requested by the sbatch/srun job when it
is submitted. is submitted. Currently this consists of any GRES, BB (burst buffer) or
Currently this consists of any GRES, or license along with CPU, Memory, license along with CPU, Memory, Node, and Energy.
and Energy. By default CPU, Energy, Memory, and Node are tracked. By default CPU, Energy, Memory, and Node are tracked.
AccountingStorageTRES=cpu,energy,mem,node,gres/craynetwork,license/iop1 AccountingStorageTRES=gres/craynetwork,license/iop1
will track cpu, energy, memory, nodes along with a gres called craynetwork will track cpu, energy, memory, nodes along with a gres called craynetwork
as well as a license called iop1. Whenever these resources are used on the as well as a license called iop1. Whenever these resources are used on the
cluster they are recorded. The TRES are automatically set up in the database cluster they are recorded. The TRES are automatically set up in the database
......
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