From 51a9daf539aba4c22e5b157e345de8ef98f30f11 Mon Sep 17 00:00:00 2001
From: Don Lipari <lipari1@llnl.gov>
Date: Wed, 11 Feb 2009 23:39:48 +0000
Subject: [PATCH] A minor embellishment to job_priority.shtml

---
 doc/html/job_priority.shtml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/html/job_priority.shtml b/doc/html/job_priority.shtml
index 765a248c862..bb6f802ca92 100644
--- a/doc/html/job_priority.shtml
+++ b/doc/html/job_priority.shtml
@@ -6,7 +6,9 @@
 
 <P> By default, SLURM assigns job priority on a First In, First Out (FIFO) basis.  FIFO scheduling should be configured when SLURM is controlled by an external scheduler.</P>
 
-<P> SLURM version 2.0 includes the <a href="job_priority_plugins.html">Multi-factor Job Priority plugin</a>.  This plugin provides a very versatile facility for ordering the queue of jobs waiting to be scheduled.  For details, see the  <a href="job_priority_plugins.html">Multi-factor Job Priority plugin</a> page.</P>
+<P> The <i>PriorityType</i> parameter in the slurm.conf file selects the priority plugin.  The default value for this variable is "priority/basic" which enables simple FIFO scheduling.</P>
+
+<P> SLURM version 2.0 includes the <a href="job_priority_plugins.html">Multi-factor Job Priority plugin</a>.  This plugin provides a very versatile facility for ordering the queue of jobs waiting to be scheduled.  For details and configuration information, see the  <a href="job_priority_plugins.html">Multi-factor Job Priority plugin</a> page.</P>
 
 
 <!-------------------------------------------------------------------------->
-- 
GitLab