[Swift-commit] r8113 - SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/03-blas

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Aug 12 12:42:38 CDT 2014


Author: ketan
Date: 2014-08-12 12:42:38 -0500 (Tue, 12 Aug 2014)
New Revision: 8113

Modified:
   SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/03-blas/build.sh
Log:
small change in build

Modified: SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/03-blas/build.sh
===================================================================
--- SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/03-blas/build.sh	2014-08-12 17:40:46 UTC (rev 8112)
+++ SwiftTutorials/ATPESC_2014-08-14/swift-t/examples/03-blas/build.sh	2014-08-12 17:42:38 UTC (rev 8113)
@@ -54,6 +54,7 @@
 echo "created package."
 
 # Tell the user what they need to do to run this
-echo "Set in environment: TURBINE_USER_LIB=${PWD}"
+echo "Set in environment: "
+echo "TURBINE_USER_LIB=${PWD}"
 
 exit 0




More information about the Swift-commit mailing list