[Swift-commit] r6748 - SwiftTutorials/ATPESC_2013-08-06

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Mon Aug 5 12:35:18 CDT 2013


Author: wozniak
Date: 2013-08-05 12:35:18 -0500 (Mon, 05 Aug 2013)
New Revision: 6748

Modified:
   SwiftTutorials/ATPESC_2013-08-06/setup.sh
Log:
Add Swift/T settings


Modified: SwiftTutorials/ATPESC_2013-08-06/setup.sh
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/setup.sh	2013-08-05 17:22:32 UTC (rev 6747)
+++ SwiftTutorials/ATPESC_2013-08-06/setup.sh	2013-08-05 17:35:18 UTC (rev 6748)
@@ -30,7 +30,7 @@
 
 cat >>$HOME/.swift/swift.properties <<END
 
-# Properties for Swift Tutorial 
+# Properties for Swift Tutorial
 
 sites.file=sites.xml
 tc.file=apps
@@ -48,3 +48,17 @@
 provider.staging.pin.swiftfiles=true
 
 END
+
+# Swift/T settings:
+
+# Source this to add Swift tools to your PATH
+# We put everything in the beginning of the PATH
+
+# STC compiler and Turbine run time
+PATH=/projects/ATPESC2013/workflow/stc/bin:${PATH}
+PATH=/projects/ATPESC2013/workflow/turbine/scripts/submit/cobalt:${PATH}
+
+# Python and R compiled for login nodes with bgxlc:
+PATH=/projects/ATPESC2013/workflow/R-3.0.1/bin:${PATH}
+PATH=/projects/ATPESC2013/workflow/Python-2.7.3/bin:${PATH}
+




More information about the Swift-commit mailing list