[Swift-commit] r6841 - SwiftApps/Swift-MapRed/swiftreduce

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Aug 13 16:09:55 CDT 2013


Author: ketan
Date: 2013-08-13 16:09:55 -0500 (Tue, 13 Aug 2013)
New Revision: 6841

Added:
   SwiftApps/Swift-MapRed/swiftreduce/hosts.txt
   SwiftApps/Swift-MapRed/swiftreduce/run.sh
Modified:
   SwiftApps/Swift-MapRed/swiftreduce/teragen.swift
Log:
multi hosts

Added: SwiftApps/Swift-MapRed/swiftreduce/hosts.txt
===================================================================
--- SwiftApps/Swift-MapRed/swiftreduce/hosts.txt	                        (rev 0)
+++ SwiftApps/Swift-MapRed/swiftreduce/hosts.txt	2013-08-13 21:09:55 UTC (rev 6841)
@@ -0,0 +1,7 @@
+thwomp
+stomp
+crush
+crank
+steamroller
+thrash
+vanquish

Added: SwiftApps/Swift-MapRed/swiftreduce/run.sh
===================================================================
--- SwiftApps/Swift-MapRed/swiftreduce/run.sh	                        (rev 0)
+++ SwiftApps/Swift-MapRed/swiftreduce/run.sh	2013-08-13 21:09:55 UTC (rev 6841)
@@ -0,0 +1,4 @@
+export TURBINE_LAUNCH_OPTS="-f ./hosts.txt"
+stc teragen.swift >teragen.tcl
+turbine -n 8 teragen.tcl
+

Modified: SwiftApps/Swift-MapRed/swiftreduce/teragen.swift
===================================================================
--- SwiftApps/Swift-MapRed/swiftreduce/teragen.swift	2013-08-13 21:03:53 UTC (rev 6840)
+++ SwiftApps/Swift-MapRed/swiftreduce/teragen.swift	2013-08-13 21:09:55 UTC (rev 6841)
@@ -22,7 +22,7 @@
 file tgen_out[];
 file tgen_err[];
 
-int loop = 2;
+int loop = 7;
 int fsize = 10;
 
 foreach item,i in [0:loop-1] {




More information about the Swift-commit mailing list