From 61ae70bec30d1b1231a9c81446f015a26a6f8a27 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 30 Jul 2002 15:44:33 +0000 Subject: [PATCH] Minor revisions to summary.html scheduling description. --- doc/pubdesign/summary.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/pubdesign/summary.html b/doc/pubdesign/summary.html index 262724b7e29..4dcea4cb212 100644 --- a/doc/pubdesign/summary.html +++ b/doc/pubdesign/summary.html @@ -68,8 +68,10 @@ work) and features (arbitrary information such as processor speed or type). Nodes are grouped into disjoint partitions. Partition information includes: name, list of associated nodes, state (UP or DOWN), maximum job time limit, maximum node count per job, -group access list, and shared node access (YES, NO or FORCE). -Jobs are allocated nodes from a single partition. +group access list, and shared node access (YES, NO or FORCE). +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. <pre> # @@ -108,7 +110,7 @@ architecture in the summer of 2003. For additional information please contact <hr> <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>Last Modified July 29, 2002</p> +<p>Last Modified July 30, 2002</p> <address>Maintained by Moe Jette <a href="mailto:jette@llnl.gov"> jette1@llnl.gov</a></address> </body> -- GitLab