[Swift-commit] r7166 - SwiftApps/Swift-MapRed/mapred_combiner_V4

yadunandb at ci.uchicago.edu yadunandb at ci.uchicago.edu
Wed Oct 16 10:31:50 CDT 2013


Author: yadunandb
Date: 2013-10-16 10:31:49 -0500 (Wed, 16 Oct 2013)
New Revision: 7166

Modified:
   SwiftApps/Swift-MapRed/mapred_combiner_V4/compile
Log:

Minor change



Modified: SwiftApps/Swift-MapRed/mapred_combiner_V4/compile
===================================================================
--- SwiftApps/Swift-MapRed/mapred_combiner_V4/compile	2013-10-15 20:27:17 UTC (rev 7165)
+++ SwiftApps/Swift-MapRed/mapred_combiner_V4/compile	2013-10-16 15:31:49 UTC (rev 7166)
@@ -6,13 +6,8 @@
 chmod a+x exec_server
 chmod a+x exec_client
 
-if   [[ "$HOSTNAME" == *midway* ]]; then
-    cp exec_server /scratch/midway/yadunand/bin/
-    cp exec_client /scratch/midway/yadunand/bin/
-    echo "Copied to /scratch/midway/yadunandb/bin/ on Midway"
+scp exec_server swift.rcc.uchicago.edu:/scratch/midway/yadunand/bin/
+scp exec_client swift.rcc.uchicago.edu:/scratch/midway/yadunand/bin/
+scp exec_server login4.beagle.ci.uchicago.edu:/lustre/beagle/yadunandb/bin/
+scp exec_client login4.beagle.ci.uchicago.edu:/lustre/beagle/yadunandb/bin/
 
-elif [[ "$HOSTNAME" == *beagle* ]]; then
-    cp exec_server /lustre/beagle/yadunandb/bin/
-    cp exec_client /lustre/beagle/yadunandb/bin/
-    echo "Copied to /lustre/beagle/yadunandb/bin/ on Beagle"
-fi




More information about the Swift-commit mailing list