[Swift-commit] r7160 - SwiftApps/Swift-MapRed/blast

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Oct 14 16:11:50 CDT 2013


Author: ketan
Date: 2013-10-14 16:11:50 -0500 (Mon, 14 Oct 2013)
New Revision: 7160

Added:
   SwiftApps/Swift-MapRed/blast/cf
Modified:
   SwiftApps/Swift-MapRed/blast/sites.xml
Log:
adding cf and modernizing sites file

Added: SwiftApps/Swift-MapRed/blast/cf
===================================================================
--- SwiftApps/Swift-MapRed/blast/cf	                        (rev 0)
+++ SwiftApps/Swift-MapRed/blast/cf	2013-10-14 21:11:50 UTC (rev 7160)
@@ -0,0 +1,9 @@
+wrapperlog.always.transfer=false
+sitedir.keep=true
+file.gc.enabled=false
+status.mode=provider
+execution.retries=0
+lazy.errors=false
+use.provider.staging=true
+provider.staging.pin.swiftfiles=true
+use.wrapper.staging=false

Modified: SwiftApps/Swift-MapRed/blast/sites.xml
===================================================================
--- SwiftApps/Swift-MapRed/blast/sites.xml	2013-10-14 21:10:47 UTC (rev 7159)
+++ SwiftApps/Swift-MapRed/blast/sites.xml	2013-10-14 21:11:50 UTC (rev 7160)
@@ -1,23 +1,11 @@
-<config>
-  <pool handle="localhost" sysinfo="INTEL32::LINUX">
-    <gridftp url="local://localhost" />
-    <execution provider="local" url="none" />
-    <workdirectory>/home/lgadelha/swiftwork</workdirectory>
-    <!-- <profile namespace="karajan" key="maxSubmitRate">1</profile> -->
-    <profile namespace="karajan" key="jobThrottle">0.03</profile>
-    <profile namespace="swift"   key="stagingMethod">file</profile>
-  </pool>
-
-
-  <pool handle="sge-local">
-    <gridftp url="local://localhost" />
-    <execution provider="sge" url="localhost" />
-    <profile namespace="globus" key="pe">mpi1</profile> 
-    <profile namespace="globus" key="queue">linux.q</profile>
-    <profile key="jobThrottle" namespace="karajan">6.23</profile>
-    <profile namespace="karajan" key="initialScore">10000</profile>
-    <filesystem provider="local" url="none" />
-    <workdirectory>/prj/prjssi/lgadelha/swiftwork</workdirectory> 
-  </pool> 
+<?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