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

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Dec 5 11:15:59 CST 2011


Author: ketan
Date: 2011-12-05 11:15:59 -0600 (Mon, 05 Dec 2011)
New Revision: 5340

Modified:
   trunk/bin/grid/run-gwms-workers
Log:
added n as a parameter to gwms workers script

Modified: trunk/bin/grid/run-gwms-workers
===================================================================
--- trunk/bin/grid/run-gwms-workers	2011-12-05 03:49:25 UTC (rev 5339)
+++ trunk/bin/grid/run-gwms-workers	2011-12-05 17:15:59 UTC (rev 5340)
@@ -3,6 +3,7 @@
 workerExecutable=`which worker.pl`
 workerWrapper=`which run-worker.sh`
 workerContact=$1
+n=$2
 
 cat > myjob.condor <<EOF
 universe = vanilla
@@ -29,7 +30,7 @@
 Output  = condor/job.out
 log     = condor.log
 
-queue 50
+queue $n
 EOF
 
 condor_submit myjob.condor




More information about the Swift-commit mailing list