Skip to content
Snippets Groups Projects
Commit 1963e5eb authored by Tim McMullan's avatar Tim McMullan Committed by Ben Roberts
Browse files

Docs - Use id= instead of name= for qos docs

Bug 11333
parent c7cdc6dc
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ utility. ...@@ -21,7 +21,7 @@ utility.
<i>sbatch</i>, <i>salloc</i>, and <i>srun</i> commands.</P> <i>sbatch</i>, <i>salloc</i>, and <i>srun</i> commands.</P>
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<a name=priority> <a id=priority>
<h2>Job Scheduling Priority</h2></a> <h2>Job Scheduling Priority</h2></a>
<P> Job scheduling priority is made up of a number of factors as <P> Job scheduling priority is made up of a number of factors as
...@@ -43,7 +43,7 @@ than zero. ...@@ -43,7 +43,7 @@ than zero.
multi-factor plugin is loaded.</P> multi-factor plugin is loaded.</P>
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<a name=preemption> <a id=preemption>
<h2>Job Preemption</h2></a> <h2>Job Preemption</h2></a>
<P> Slurm offers two ways for a queued job to preempt a running job, <P> Slurm offers two ways for a queued job to preempt a running job,
...@@ -66,7 +66,7 @@ job is considered for preemption. The QOS option takes precedence over the ...@@ -66,7 +66,7 @@ job is considered for preemption. The QOS option takes precedence over the
global option of the same name.</P> global option of the same name.</P>
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<a name=limits> <a id=limits>
<h2>Job Limits</h2></a> <h2>Job Limits</h2></a>
<P> Each QOS is assigned a set of limits which will be applied to the <P> Each QOS is assigned a set of limits which will be applied to the
...@@ -77,7 +77,7 @@ Limits section</a>. When limits for a QOS have been defined, they ...@@ -77,7 +77,7 @@ Limits section</a>. When limits for a QOS have been defined, they
will take precedence over the association's limits. will take precedence over the association's limits.
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<a name=partition> <a id=partition>
<h2>Partition QOS</h2></a> <h2>Partition QOS</h2></a>
<P> A QOS can be attached to a partition. This means a partition will have all <P> A QOS can be attached to a partition. This means a partition will have all
the same limits as a QOS. This also gives the ability of a true 'floating' the same limits as a QOS. This also gives the ability of a true 'floating'
...@@ -91,7 +91,7 @@ which will reverse the order of precedence.</p> ...@@ -91,7 +91,7 @@ which will reverse the order of precedence.</p>
<!--------------------------------------------------------------------------> <!-------------------------------------------------------------------------->
<a name=qos_other> <a id=qos_other>
<h2>Other QOS Options</h2></a> <h2>Other QOS Options</h2></a>
<ul> <ul>
<li><b>Flags</b> Used by the slurmctld to override or enforce certain <li><b>Flags</b> Used by the slurmctld to override or enforce certain
......
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