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

Minor revisions to summary.html scheduling description.

parent db95071b
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,10 @@ work) and features (arbitrary information such as processor speed or type). ...@@ -68,8 +68,10 @@ work) and features (arbitrary information such as processor speed or type).
Nodes are grouped into disjoint partitions. Nodes are grouped into disjoint partitions.
Partition information includes: name, list of associated nodes, Partition information includes: name, list of associated nodes,
state (UP or DOWN), maximum job time limit, maximum node count per job, state (UP or DOWN), maximum job time limit, maximum node count per job,
group access list, and shared node access (YES, NO or FORCE). group access list, and shared node access (YES, NO or FORCE).
Jobs are allocated nodes from a single partition. Bit maps are used to represent nodes and scheduling decisions can be made
by performing a small number of comparisons and a series of fast bit map
manipulations.
A sample (partial) SLURM configuration file follows. A sample (partial) SLURM configuration file follows.
<pre> <pre>
# #
...@@ -108,7 +110,7 @@ architecture in the summer of 2003. For additional information please contact ...@@ -108,7 +110,7 @@ architecture in the summer of 2003. For additional information please contact
<hr> <hr>
<a href="http://www.llnl.gov/disclaimer.html">Privacy and Legal Notice</a> <a href="http://www.llnl.gov/disclaimer.html">Privacy and Legal Notice</a>
<p>URL = http://www-lc.llnl.gov/dctg-lc/slurm/summary.html <p>URL = http://www-lc.llnl.gov/dctg-lc/slurm/summary.html
<p>Last Modified July 29, 2002</p> <p>Last Modified July 30, 2002</p>
<address>Maintained by Moe Jette <a href="mailto:jette@llnl.gov"> <address>Maintained by Moe Jette <a href="mailto:jette@llnl.gov">
jette1@llnl.gov</a></address> jette1@llnl.gov</a></address>
</body> </body>
......
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