[Swift-commit] r7162 - SwiftApps/Swift-MapRed/EPlus

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Oct 14 16:51:48 CDT 2013


Author: ketan
Date: 2013-10-14 16:51:48 -0500 (Mon, 14 Oct 2013)
New Revision: 7162

Added:
   SwiftApps/Swift-MapRed/EPlus/apps
   SwiftApps/Swift-MapRed/EPlus/cf
   SwiftApps/Swift-MapRed/EPlus/cleanup
   SwiftApps/Swift-MapRed/EPlus/extractcsv
   SwiftApps/Swift-MapRed/EPlus/sites.local.xml
Log:
adding config and postproc

Added: SwiftApps/Swift-MapRed/EPlus/apps
===================================================================
--- SwiftApps/Swift-MapRed/EPlus/apps	                        (rev 0)
+++ SwiftApps/Swift-MapRed/EPlus/apps	2013-10-14 21:51:48 UTC (rev 7162)
@@ -0,0 +1,3 @@
+osg sh /bin/bash
+persistent-coasters sh /bin/bash
+localhost sh /bin/bash

Added: SwiftApps/Swift-MapRed/EPlus/cf
===================================================================
--- SwiftApps/Swift-MapRed/EPlus/cf	                        (rev 0)
+++ SwiftApps/Swift-MapRed/EPlus/cf	2013-10-14 21:51:48 UTC (rev 7162)
@@ -0,0 +1,6 @@
+use.provider.staging=true
+wrapperlog.always.transfer=false
+execution.retries=1
+provider.staging.pin.swiftfiles=false
+sitedir.keep=false
+use.wrapper.staging=false

Added: SwiftApps/Swift-MapRed/EPlus/cleanup
===================================================================
--- SwiftApps/Swift-MapRed/EPlus/cleanup	                        (rev 0)
+++ SwiftApps/Swift-MapRed/EPlus/cleanup	2013-10-14 21:51:48 UTC (rev 7162)
@@ -0,0 +1 @@
+rm -rf *.log *.rlog *.d xworkflow-*-*-* workflow-*-*-* *.kml *.swiftx *.out output outdir logs hi.* _concurrent .swift/tmp


Property changes on: SwiftApps/Swift-MapRed/EPlus/cleanup
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/Swift-MapRed/EPlus/extractcsv
===================================================================
--- SwiftApps/Swift-MapRed/EPlus/extractcsv	                        (rev 0)
+++ SwiftApps/Swift-MapRed/EPlus/extractcsv	2013-10-14 21:51:48 UTC (rev 7162)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for r in $(ls -1 ep*tgz | sed -e 's/ep.//' -e 's/.out.tgz//')
+do
+  tar zxf ep.$r.out.tgz -O CHICAGO-EXAMPLEMeter.csv >Meter.$r.csv
+done


Property changes on: SwiftApps/Swift-MapRed/EPlus/extractcsv
___________________________________________________________________
Added: svn:executable
   + *

Added: SwiftApps/Swift-MapRed/EPlus/sites.local.xml
===================================================================
--- SwiftApps/Swift-MapRed/EPlus/sites.local.xml	                        (rev 0)
+++ SwiftApps/Swift-MapRed/EPlus/sites.local.xml	2013-10-14 21:51:48 UTC (rev 7162)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<config xmlns="http://www.ci.uchicago.edu/swift/SwiftSites">
+   <pool handle="localhost">
+      <execution provider="local" />
+      <profile namespace="karajan" key="jobThrottle">0</profile>
+      <profile namespace="karajan" key="initialScore">10000</profile>
+      <filesystem provider="local"/>
+      <workdirectory>/tmp/swift.work</workdirectory>
+      <profile namespace="swift" key="stagingMethod">local</profile>
+   </pool>
+</config>




More information about the Swift-commit mailing list