From 522e014421c7a1ec6c08121c731330b16b4ac8e3 Mon Sep 17 00:00:00 2001 From: Don Lipari <lipari1@llnl.gov> Date: Wed, 11 Feb 2009 23:19:34 +0000 Subject: [PATCH] Created a very brief overview of job priority that references the more detailed Multi-factor job priority plugin page. --- doc/html/job_priority.shtml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/html/job_priority.shtml diff --git a/doc/html/job_priority.shtml b/doc/html/job_priority.shtml new file mode 100644 index 00000000000..765a248c862 --- /dev/null +++ b/doc/html/job_priority.shtml @@ -0,0 +1,16 @@ +<!--#include virtual="header.txt"--> + +<h1>Job Priority</h1> + +<b>Note:</b> This document describes features added to SLURM version 2.0. + +<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 style="text-align:center;">Last modified 11 February 2009</p> + +<!--#include virtual="footer.txt"--> + -- GitLab