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

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Wed Jan 22 16:58:36 CST 2014


Author: davidk
Date: 2014-01-22 16:58:36 -0600 (Wed, 22 Jan 2014)
New Revision: 7500

Modified:
   trunk/docs/userguide/configuration
Log:
Add brief description for some undocumented site parameters


Modified: trunk/docs/userguide/configuration
===================================================================
--- trunk/docs/userguide/configuration	2014-01-22 22:51:04 UTC (rev 7499)
+++ trunk/docs/userguide/configuration	2014-01-22 22:58:36 UTC (rev 7500)
@@ -172,6 +172,12 @@
 |================================
 |Property|Description|Example
 
+|condor|
+Pass parameters directly through to the submit script generated for the condor
+scheduler. For example, the setting "site.osgconnect.condor.+projectname=Swift"
+will generate the line "+projectname = Swift".
+|site.osgconnect.condor.+projectname=Swift
+
 |filesystem|
 Defines how files should be accessed
 |site.westmere.filesystem=local
@@ -211,6 +217,11 @@
 only implemented for sites that use PBS.
 |site.beagle.providerAttributes=pbs.aprun;pbs.mpp;depth=24
 
+|slurm|
+Pass parameters directly through to the submit script generated for the slurm
+scheduler. For example, the setting "site.midway.slurm.mail-user=username" generates
+the line "#SBATCH --mail-user=username".
+
 |taskDir|
 Tasks will be run from this directory. In the absence of a taskDir definition, 
 Swift will run the task from workdir.
@@ -233,6 +244,12 @@
 swift -site <sitename>
 |site=westmere
 
+|userHomeOverride|
+Sets the Swift user home. This must be a shared filesystem. This defaults
+to $HOME. For clusters where $HOME is not accessible to the worker nodes,
+you may override the value to point to a shared directory that you own.
+|site.beagle.userHomeOverride=/lustre/beagle/username
+
 |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 




More information about the Swift-commit mailing list