[Swift-commit] r6768 - SwiftTutorials/ATPESC_2013-08-06/cloud

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Aug 5 16:37:46 CDT 2013


Author: ketan
Date: 2013-08-05 16:37:46 -0500 (Mon, 05 Aug 2013)
New Revision: 6768

Modified:
   SwiftTutorials/ATPESC_2013-08-06/cloud/README
   SwiftTutorials/ATPESC_2013-08-06/cloud/hosts.txt
   SwiftTutorials/ATPESC_2013-08-06/cloud/setup
   SwiftTutorials/ATPESC_2013-08-06/cloud/sites.xml
   SwiftTutorials/ATPESC_2013-08-06/cloud/tc.data
Log:
update README

Modified: SwiftTutorials/ATPESC_2013-08-06/cloud/README
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/cloud/README	2013-08-05 21:29:21 UTC (rev 6767)
+++ SwiftTutorials/ATPESC_2013-08-06/cloud/README	2013-08-05 21:37:46 UTC (rev 6768)
@@ -1,20 +1,3 @@
-Prerequisites
--------------
-
-On head node, these are preconfigured:
-- Java runtime environment (jre)
-- Swift
-- java and swift's bin on path
-
-Required if you run your own app:
-- your app input data (if any)
-
-On work node these are preset:
-- perl
-
-Required if you run your own app:
-- your app executables and dependencies (if any)
-
 Quick steps
 -----------
 - Change to cloud dir:

Modified: SwiftTutorials/ATPESC_2013-08-06/cloud/hosts.txt
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/cloud/hosts.txt	2013-08-05 21:29:21 UTC (rev 6767)
+++ SwiftTutorials/ATPESC_2013-08-06/cloud/hosts.txt	2013-08-05 21:37:46 UTC (rev 6768)
@@ -1,2 +1,3 @@
-54.212.89.44
-54.212.50.12
+54.212.170.216
+54.212.72.98
+54.218.187.243

Modified: SwiftTutorials/ATPESC_2013-08-06/cloud/setup
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/cloud/setup	2013-08-05 21:29:21 UTC (rev 6767)
+++ SwiftTutorials/ATPESC_2013-08-06/cloud/setup	2013-08-05 21:37:46 UTC (rev 6768)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+#pick 3 random hosts from pool
+sort -R pool.txt |head -n 3 > hosts.txt
+
 while read line
 do
   count=$(cat ~/.ssh/config | grep $line  | wc -l)

Modified: SwiftTutorials/ATPESC_2013-08-06/cloud/sites.xml
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/cloud/sites.xml	2013-08-05 21:29:21 UTC (rev 6767)
+++ SwiftTutorials/ATPESC_2013-08-06/cloud/sites.xml	2013-08-05 21:37:46 UTC (rev 6768)
@@ -1,11 +1,11 @@
 <config>
   <pool handle="persistent-coasters">
     <execution provider="coaster-persistent"
-               url="http://localhost:35249"
+               url="http://localhost:50008"
                jobmanager="local:local"/>
     <profile namespace="globus" key="workerManager">passive</profile>
     <profile namespace="globus" key="jobsPerNode">4</profile>
-    <profile key="jobThrottle" namespace="karajan">.07999</profile>
+    <profile key="jobThrottle" namespace="karajan">.11999</profile>
     <profile namespace="karajan" key="initialScore">10000</profile>
     <filesystem provider="local" url="none" />
     <workdirectory>/tmp/ketan</workdirectory>

Modified: SwiftTutorials/ATPESC_2013-08-06/cloud/tc.data
===================================================================
--- SwiftTutorials/ATPESC_2013-08-06/cloud/tc.data	2013-08-05 21:29:21 UTC (rev 6767)
+++ SwiftTutorials/ATPESC_2013-08-06/cloud/tc.data	2013-08-05 21:37:46 UTC (rev 6768)
@@ -52,3 +52,9 @@
 persistent-coasters cat /bin/cat null null null
 persistent-coasters bash /bin/bash null null null
 persistent-coasters echo /bin/echo null null null
+persistent-coasters cat /bin/cat null null null
+persistent-coasters bash /bin/bash null null null
+persistent-coasters echo /bin/echo null null null
+persistent-coasters cat /bin/cat null null null
+persistent-coasters bash /bin/bash null null null
+persistent-coasters echo /bin/echo null null null




More information about the Swift-commit mailing list