From c915d921388b2694ec652c54ca849a2935fd411e Mon Sep 17 00:00:00 2001
From: Carles Fenoy <carles.fenoy@bsc.es>
Date: Tue, 20 Mar 2012 14:52:21 +0100
Subject: [PATCH] added documentation for PriorityFlags

---
 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 f3bd7d2aee1..477f6394f51 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -956,6 +956,17 @@ Specifies that small jobs should be given preferential scheduling priority.
 Applicable only if PriorityType=priority/multifactor.
 Supported values are "YES" and "NO".  The default value is "NO".
 
+.TP
+\fBPriorityFlags\fR
+Flags to modify priority behavior
+Applicable only if PriorityType=priority/multifactor.
+.RS
+.TP 17
+\fBACCRUE_ALWAYS\fR
+If set, priority age factor will be increased despite job dependencies 
+or holds.
+.RE
+
 .TP
 \fBPriorityMaxAge\fR
 Specifies the job age which will be given the maximum age factor in computing
-- 
GitLab