[Swift-commit] r5122 - trunk/docs/userguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Sep 15 16:13:19 CDT 2011


Author: davidk
Date: 2011-09-15 16:13:18 -0500 (Thu, 15 Sep 2011)
New Revision: 5122

Modified:
   trunk/docs/userguide/coasters
   trunk/docs/userguide/profiles
Log:
Updated documentation to replace workersPerNode to jobsPerNode
Added units to maxtime description


Modified: trunk/docs/userguide/coasters
===================================================================
--- trunk/docs/userguide/coasters	2011-09-15 19:36:27 UTC (rev 5121)
+++ trunk/docs/userguide/coasters	2011-09-15 21:13:18 UTC (rev 5122)
@@ -60,7 +60,7 @@
 |=================
 |Profile key|Brief description
 |slots|How many maximum LRM jobs/worker blocks are allowed
-|workersPerNode|How many coaster workers to run per execution node
+|jobsPerNode|How many coaster workers to run per execution node
 |nodeGranularity|Each worker block uses a number of nodes that is a
 multiple of this number
 |lowOverallocation|How many times larger than the job walltime should a
@@ -70,11 +70,11 @@
 |overallocationDecayFactor|How quickly should the overallocation curve
 tend towards the highOverallocation as job walltimes get larger
 |spread|By how much should worker blocks vary in worker size
-|workersPerNode|How many coaster workers to run per execution node
+|jobsPerNode|How many coaster workers to run per execution node
 |reserve|How many seconds to reserve in a block's walltime for
 starting/shutdown operations
 |maxnodes|The maximum number of nodes allowed in a block
-|maxtime|The maximum number of walltime allowed for a block
+|maxtime|The maximum walltime allowed for a block, in integer seconds
 |remoteMonitorEnabled|If true, show a graphical display of the status of
 the coaster service
 |==================

Modified: trunk/docs/userguide/profiles
===================================================================
--- trunk/docs/userguide/profiles	2011-09-15 19:36:27 UTC (rev 5121)
+++ trunk/docs/userguide/profiles	2011-09-15 21:13:18 UTC (rev 5122)
@@ -115,7 +115,7 @@
 maximum number of jobs/blocks that the coaster scheduler will have
 running at any given time. The default is 20.
 
-workersPerNode - This parameter determines how many coaster workers are
+jobsPerNode - This parameter determines how many coaster workers are
 started one each compute node. The default value is 1.
 
 nodeGranularity - When allocating a coaster worker block, this parameter
@@ -171,7 +171,8 @@
 maxnodes - Determines the maximum number of nodes that can be allocated
 in one coaster block. Default: unlimited.
 
-maxtime - Indicates the maximum walltime that a coaster block can have.
+maxtime - Indicates the maximum walltime, in seconds, that a coaster 
+block can have.
 Default: unlimited.
 
 remoteMonitorEnabled - If set to "true", the client side will get a




More information about the Swift-commit mailing list