[Swift-commit] r6865 - SwiftApps/Swift-MapRed/TurboChirp
    ketan at ci.uchicago.edu 
    ketan at ci.uchicago.edu
       
    Thu Aug 15 11:21:28 CDT 2013
    
    
  
Author: ketan
Date: 2013-08-15 11:21:27 -0500 (Thu, 15 Aug 2013)
New Revision: 6865
Modified:
   SwiftApps/Swift-MapRed/TurboChirp/run.sh
Log:
relative path in run.sh
Modified: SwiftApps/Swift-MapRed/TurboChirp/run.sh
===================================================================
--- SwiftApps/Swift-MapRed/TurboChirp/run.sh	2013-08-15 16:19:57 UTC (rev 6864)
+++ SwiftApps/Swift-MapRed/TurboChirp/run.sh	2013-08-15 16:21:27 UTC (rev 6865)
@@ -9,7 +9,7 @@
 
 ./cleanup
 export TURBINE_LOG=0
-export TURBINE_LAUNCH_OPTS="-f /homes/yadunand/Swift-MapRed/TurboChirp/hosts.txt"
+export TURBINE_LAUNCH_OPTS="-f ./hosts.txt"
 stc $PROG > ${PROG%.swift}.tcl
 [ "$?" == "0" ] && echo "Compile done"
 #turbine -n 8 ${PROG%.swift}.tcl
    
    
More information about the Swift-commit
mailing list