diff --git a/doc/html/admin.guide.html b/doc/html/admin.guide.html index 967347bc90de23d3a318453ddbdc0ea49e89387c..0c0c59ba2b581832f8cd27bcb3455f83b90f45d2 100644 --- a/doc/html/admin.guide.html +++ b/doc/html/admin.guide.html @@ -153,11 +153,16 @@ Weight is an integer value with a default value of 1. <p> Only the NodeName must be supplied in the configuration file; all other items are optional. -It is advisable to establish baseline node configurations in the configuration -file, especially if the cluster is heterogeneous. +It is advisable to establish baseline node configurations in +the configuration file, especially if the cluster is heterogeneous. Nodes which register to the system with less than the configured resources (e.g. too little memory), will be placed in the "DOWN" state to avoid scheduling jobs on them. +Establishing baseline configurations will also speed SLURM's +scheduling process by permitting it to compare job requirements +against these (relatively few) configuration parameters and +possibly avoid having to perform checks job requirements +against every individual node's configuration. The resources checked at node registration time are: CPUs, RealMemory and TmpDisk. While baseline values for each of these can be established @@ -407,6 +412,10 @@ may not be changed by slurm_admin. <dd>State of the job. Possible values are "PENDING", "STARTING", "RUNNING", and "ENDING". +<dt>Shared +<dd>Job can share nodes with other jobs. Possible values are 1 +and 0 for YES and NO respectively. + <dt>User <dd>Name of the user executing this job. @@ -607,7 +616,7 @@ Remove node lx30 from service, removing jobs as needed: <hr> URL = http://www-lc.llnl.gov/dctg-lc/slurm/admin.guide.html -<p>Last Modified March 13, 2002</p> +<p>Last Modified March 15, 2002</p> <address>Maintained by <a href="mailto:slurm-dev@lists.llnl.gov"> slurm-dev@lists.llnl.gov</a></address> </body> diff --git a/doc/html/programmer.guide.html b/doc/html/programmer.guide.html index da03d30e8f69dc7b184e879c6de5df29c04fefdf..fe74d7bdd64edf61286ec1bd09266aa9c961e9c2 100644 --- a/doc/html/programmer.guide.html +++ b/doc/html/programmer.guide.html @@ -20,7 +20,7 @@ for Resource Management</a>. <h2>Common Modules</h2> -This directory contains modules of general use throughout the SLURM cod. +This directory contains modules of general use throughout the SLURM code. The modules are described below. <dl>