[Swift-commit] r5692 - trunk/bin/grid
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Sun Feb 26 19:30:03 CST 2012
Author: davidk
Date: 2012-02-26 19:30:03 -0600 (Sun, 26 Feb 2012)
New Revision: 5692
Modified:
trunk/bin/grid/run-gwms-workers
Log:
Define proxy location
Modified: trunk/bin/grid/run-gwms-workers
===================================================================
--- trunk/bin/grid/run-gwms-workers 2012-02-26 22:32:42 UTC (rev 5691)
+++ trunk/bin/grid/run-gwms-workers 2012-02-27 01:30:03 UTC (rev 5692)
@@ -8,6 +8,7 @@
workerExecutable=`which worker.pl`
workerWrapper=`which run-worker.sh`
workerContact=$1
+x509userproxy=$( voms-proxy-info 2>&1 | grep path | awk '{print $NF}' )
n=$2
[ "$#" -eq 2 ] || die "2 arguments required, $# provided"
@@ -36,6 +37,7 @@
Output = condor/job.out
log = condor.log
+x509userproxy = $x509userproxy
queue $n
EOF
More information about the Swift-commit
mailing list