From ebb8000b1e51f0407a589b687c76632f6b6a4be0 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Tue, 19 May 2015 13:23:51 -0700
Subject: [PATCH] blurp about how to setup TRES is in the slurm.conf

---
 doc/man/man5/slurm.conf.5 | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 9970d94756b..efac9b59ec8 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -119,6 +119,17 @@ The listening port of the accounting storage database server.
 Only used for database type storage plugins, ignored otherwise.
 Also see \fBDefaultStoragePort\fR.
 
+.TP
+\fBAccountingStorageTRES\fR
+Comma separated list of resources you wish to track on the cluster.
+Currently this consists of any GRES, or license along with CPU, Memory,
+and Energy.  By default CPU, Memory, and Energy are tracked.
+AccountingStorageTRES=cpu,mem,energy,gres/craynetwork,license/iop1
+will track cpu, memory, energy along with a gres called craynetwork as well as
+a license called iop1.  Whenever these resources are used on the cluster
+it is recorded.  These TRES do not need to be set up in the database, it will
+happen automatically on the start of the slurmctld.
+
 .TP
 \fBAccountingStorageType\fR
 The accounting storage mechanism type.  Acceptable values at
-- 
GitLab