[Swift-commit] r5085 - trunk/bin/grid
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Sep 7 16:09:21 CDT 2011
Author: ketan
Date: 2011-09-07 16:09:21 -0500 (Wed, 07 Sep 2011)
New Revision: 5085
Modified:
trunk/bin/grid/run-worker.sh
Log:
Added OSG_PATH env var to the OSG_APP path in order to set path to user's binaries
Modified: trunk/bin/grid/run-worker.sh
===================================================================
--- trunk/bin/grid/run-worker.sh 2011-09-07 21:02:38 UTC (rev 5084)
+++ trunk/bin/grid/run-worker.sh 2011-09-07 21:09:21 UTC (rev 5085)
@@ -13,7 +13,7 @@
nlines=1000
#export PATH=${OSG_APP}/engage/scec:${OSG_APP}/engage/scec/JBSim3d/bin:${OSG_APP}/engage/scec/SpectralAcceleration/p2utils:${OSG_APP}/extenci/swift/DSSAT/bin:${OSG_APP}/extenci/aashish/terfix/bin:$PATH
-export PATH=${OSG_APP}/${OSG_PATH}:$PATH
+export PATH=${OSG_PATH}:$PATH
echo "=== contact: $contact"
echo "=== name: $workername Running in dir $(pwd)"
More information about the Swift-commit
mailing list