[Swift-commit] r7786 - branches/release-0.95/docs/userguide

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Apr 23 15:36:29 CDT 2014


Author: davidk
Date: 2014-04-23 15:36:28 -0500 (Wed, 23 Apr 2014)
New Revision: 7786

Modified:
   branches/release-0.95/docs/userguide/configuration
Log:
Add undocumented property 'use.provider.staging' and some minor formatting


Modified: branches/release-0.95/docs/userguide/configuration
===================================================================
--- branches/release-0.95/docs/userguide/configuration	2014-04-21 20:53:43 UTC (rev 7785)
+++ branches/release-0.95/docs/userguide/configuration	2014-04-23 20:36:28 UTC (rev 7786)
@@ -173,64 +173,68 @@
 |================================
 |Property|Description|Example
 
-|filesystem|
-Defines how files should be accessed
+|filesystem
+|Defines how files should be accessed
 |site.westmere.filesystem=local
 
-|jobGranularity|
-Specifies the granularity of a job, in nodes
+|jobGranularity
+|Specifies the granularity of a job, in nodes
 |site.westmere.jobGranularity=2
 
-|jobManager|
-Specifies how jobs will be launched. The supported job managers are 
+|jobManager
+|Specifies how jobs will be launched. The supported job managers are 
 "cobalt", "slurm", "condor", "pbs", "lsf", "local", and "sge". 
 |site.westmere.jobManager=slurm
 
-|jobProject|
-Set the project name for the job scheduler
+|jobProject
+|Set the project name for the job scheduler
 |site.westmere.project=myproject
 
-|jobQueue|
-Set the name of the scheduler queue to use.
+|jobQueue
+|Set the name of the scheduler queue to use.
 |site.westmere.jobQueue=westmere
 
-|jobWalltime|
-The maximum number amount of time allocated in a scheduler job, in hh:mm:ss
+|jobWalltime
+|The maximum number amount of time allocated in a scheduler job, in hh:mm:ss
 format.
 |site.westmere.jobWalltime=01:00:00
 
-|maxJobs|
-Maximum number of scheduler jobs to submit
+|maxJobs
+|Maximum number of scheduler jobs to submit
 |site.westmere.maxJobs=20
 
-|maxNodesPerJob|
-The maximum number of nodes to request per scheduler job.
+|maxNodesPerJob
+|The maximum number of nodes to request per scheduler job.
 |site.westmere.maxNodesPerJob=2
 
-|taskDir|
-Tasks will be run from this directory. In the absence of a taskDir definition, 
+|pe
+|The parallel environment to use for SGE schedulers
+|site.sunhpc.pe=mpi
+
+|taskDir
+|Tasks will be run from this directory. In the absence of a taskDir definition, 
 Swift will run the task from workdir.
 |site.westmere.taskDir=/scratch/local/$USER/work
 
-|tasksPerWorker|
-The number of tasks that each worker can run simultaneously.
+|tasksPerWorker
+|The number of tasks that each worker can run simultaneously.
 |site.westmere.tasksPernode=12
 
-|taskThrottle|
-The maximum number of active tasks across all workers.
+|taskThrottle
+|The maximum number of active tasks across all workers.
 |site.westmere.taskThrottle=100
 
-|taskWalltime|
-The maximum amount of time a task may run, in hh:mm:ss.
+|taskWalltime
+|The maximum amount of time a task may run, in hh:mm:ss.
 |site.westmere.taskWalltime=01:00:00
 
-|site    |
-Name of site or sites to run on. This is the same as running with
+|site    
+|Name of site or sites to run on. This is the same as running with
 swift -site <sitename>
 |site=westmere
 
-|workdir |
-The workdirectory element specifies where on the site files can be stored.
+|workdir
+|The workdirectory element specifies where on the site files can be stored.
 This directory must be available on all worker nodes that will be used for 
 execution. A shared cluster filesystem is appropriate for this. Note that 
 you need to specify absolute pathname for this field.
@@ -457,6 +461,11 @@
 |false
 |Determines if the Swift wrapper should do file staging.
 
+|use.provider.staging
+|true, false
+|false
+|If true, files will be staged by Swift over the network.
+
 |wrapper.invocation.mode
 |absolute, relative
 |absolute




More information about the Swift-commit mailing list