[Swift-commit] r5336 - trunk/bin/grid

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Fri Dec 2 14:41:00 CST 2011


Author: ketan
Date: 2011-12-02 14:40:59 -0600 (Fri, 02 Dec 2011)
New Revision: 5336

Modified:
   trunk/bin/grid/gwms-swift-workers
   trunk/bin/grid/run-worker.sh
Log:
updated run-worker.sh

Modified: trunk/bin/grid/gwms-swift-workers
===================================================================
--- trunk/bin/grid/gwms-swift-workers	2011-12-02 17:58:47 UTC (rev 5335)
+++ trunk/bin/grid/gwms-swift-workers	2011-12-02 20:40:59 UTC (rev 5336)
@@ -29,11 +29,9 @@
           should_transfer_files = YES
           WhenToTransferOutput = ON_EXIT
 
-          periodic_remove = JobStatus == 5
+          #periodic_remove = JobStatus == 5
           notification = NEVER
 
-          #globus_rsl = (maxwalltime=240)
-          #grid_resource = <%= @grid_resource %>
           executable = #{workerWrapper}
           arguments = #{workerContact} <%= @name.gsub(/__.*/,"") %> /tmp
           environment = WORKER_LOGGING_LEVEL=DEBUG

Modified: trunk/bin/grid/run-worker.sh
===================================================================
--- trunk/bin/grid/run-worker.sh	2011-12-02 17:58:47 UTC (rev 5335)
+++ trunk/bin/grid/run-worker.sh	2011-12-02 20:40:59 UTC (rev 5336)
@@ -22,7 +22,7 @@
 echo "=== path:    $PATH"
 echo "==============================================="
 
-cat >worker.pl
+#cat >worker.pl
 chmod +x worker.pl
 
 ./worker.pl $contact $workername $logdir




More information about the Swift-commit mailing list