[Swift-commit] r6651 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Mon Jul 15 15:17:43 CDT 2013


Author: davidk
Date: 2013-07-15 15:17:43 -0500 (Mon, 15 Jul 2013)
New Revision: 6651

Modified:
   trunk/bin/swiftrun
Log:
Shortened aliases for globus and karajan namespaces


Modified: trunk/bin/swiftrun
===================================================================
--- trunk/bin/swiftrun	2013-07-15 19:50:16 UTC (rev 6650)
+++ trunk/bin/swiftrun	2013-07-15 20:17:43 UTC (rev 6651)
@@ -22,11 +22,26 @@
 
 # List of xml shortcuts. Keep in lower case.
 my %xml_aliases = (
-                   'provider'     => 'provider.coaster',
-                   'jobspernode'  => 'globus.jobspernode',
-                   'maxwalltime'  => 'globus.maxwalltime',
-                   'queue'        => 'globus.queue',
-                   'initialscore' => 'karajan.initialscore',
+                   'allocationstepsize'        => 'globus.allocationstepsize',
+                   'delaybase'                 => 'karajan.delaybase',
+                   'highoverallocation'        => 'globus.highoverallocation',
+                   'initialscore'              => 'karajan.initialscore',
+                   'internalhostname'          => 'globus.internalhostname',
+                   'jobspernode'               => 'globus.jobspernode',
+                   'jobthrottle'               => 'karajan.jobthrottle',
+                   'lowoverallocation'         => 'globus.lowoverallocation',
+                   'maxnodes'                  => 'globus.maxnodes',
+                   'maxsubmitrate'             => 'karajan.maxsubmitrate',
+                   'maxtime'                   => 'globus.maxtime',
+                   'maxwalltime'               => 'globus.maxwalltime',
+                   'nodegranularity'           => 'globus.nodegranularity',
+                   'overallocationdecayfactor' => 'globus.overallocationdecayfactor',
+                   'provider'                  => 'provider.coaster',
+                   'queue'                     => 'globus.queue',
+                   'slots'                     => 'globus.slots',
+                   'spread'                    => 'globus.spread',
+                   'remotemonitorenabled'      => 'globus.remotemonitorenabled',
+                   'reserve'                   => 'globus.reserve',
 );
 
 # Verify a property file exists and add it to the search path




More information about the Swift-commit mailing list