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

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Oct 28 13:25:35 CDT 2013


Author: ketan
Date: 2013-10-28 13:25:34 -0500 (Mon, 28 Oct 2013)
New Revision: 7233

Removed:
   SwiftApps/Swift-MapRed/mapred_combiner_V4/compile
Log:
resolve conflict

Deleted: SwiftApps/Swift-MapRed/mapred_combiner_V4/compile
===================================================================
--- SwiftApps/Swift-MapRed/mapred_combiner_V4/compile	2013-10-28 16:43:21 UTC (rev 7232)
+++ SwiftApps/Swift-MapRed/mapred_combiner_V4/compile	2013-10-28 18:25:34 UTC (rev 7233)
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-gcc server.c -o exec_server
-gcc client.c -o exec_client
-
-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"
-    echo "
-    
-
-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