[Swift-commit] r5393 - trunk/docs/siteguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Fri Dec 9 09:58:44 CST 2011
Author: ketan
Date: 2011-12-09 09:58:44 -0600 (Fri, 09 Dec 2011)
New Revision: 5393
Modified:
trunk/docs/siteguide/grid
Log:
Modified: trunk/docs/siteguide/grid
===================================================================
--- trunk/docs/siteguide/grid 2011-12-09 15:28:11 UTC (rev 5392)
+++ trunk/docs/siteguide/grid 2011-12-09 15:58:44 UTC (rev 5393)
@@ -259,13 +259,13 @@
return stdout and stderr files from the Condor jobs, which will
execute the wrapper script "run-workers.sh".
-NOTE: this script is current built manually, and wraps around and
-transports the worker.pl script. This needs to be automated.
-
-----
-run-gwms-workers http://communicado.ci.uchicago.edu:$(cat service-0.wport) 100 >& gwms-workers.out &
+run-gwms-workers http://communicado.ci.uchicago.edu:$(cat service-0.wport) \
+100 >& gwms-workers.out &
-----
+NOTE: The run-gwms-workers is available from the bin/grid directory of swift trunk code. You will need to include it in your PATH.
+
In the above commandline, one can change the number of workers by changing the second commandline argument, which is 100 in this example.
Adding workers from TeraGrid sites
More information about the Swift-commit
mailing list