Skip to content
Snippets Groups Projects
Commit 21b0f30b authored by Moe Jette's avatar Moe Jette
Browse files

Add referenese to select/cons_res plugin type.

parent 73bb84ba
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<meta http-equiv="keywords" content="Simple Linux Utility for Resource Management, SLURM, resource management,
Linux clusters, high-performance computing, Livermore Computing">
<meta name="LLNLRandR" content="UCRL-WEB-209488"
<meta name="LLNLRandRdate" content="31 August 2004">
<meta name="LLNLRandRdate" content="10 July 2004">
<meta name="distribution" content="global">
<meta name="description" content="Simple Linux Utility for Resource Management">
<meta name="copyright"
......@@ -70,7 +70,11 @@ abbreviation for the type of node selection algorithm. We recommend, for example
<ul>
<li><b>linear</b>&#151;A plugin that selects nodes assuming a one-dimensional
array of nodes. The nodes are selected so as to minimize the number of consecutive
sets of nodes utilizing a best-fit algorithm.</li>
sets of nodes utilizing a best-fit algorithm. While supporting shared nodes,
this plugin does not allocated individual processors, memory, etc.</li>
<li><b>cons_res</b>&#151;A plugin that can allocate individual processors,
memory, etc. within nodes. This plugin is recommended for systems with
many non-parallel programs sharing nodes.</li>
<li><b>bluegene</b>&#151;<a href="http://www.research.ibm.com/bluegene">IBM Blue Gene</a>
node selector. Note that this plugin not only selects the nodes for a job, but performs
some initialization and termination functions for the job.</li>
......@@ -268,7 +272,7 @@ to maintain data format compatibility across different versions of the plugin.</
<a href="mailto:slurm-dev@lists.llnl.gov">slurm-dev@lists.llnl.gov</a>.</p>
<p><a href="http://www.llnl.gov/"><img align=middle src="lll.gif" width="32" height="32" border="0"></a></p>
<p class="footer">UCRL-WEB-209488<br>
Last modified 31 August 2004</p></td>
Last modified 10 July 2005</p></td>
</tr>
</table>
</td>
......
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