[Swift-commit] r3019 - SwiftApps/SEE/trunk
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Jul 23 16:21:18 CDT 2009
Author: aespinosa
Date: 2009-07-23 16:21:17 -0500 (Thu, 23 Jul 2009)
New Revision: 3019
Modified:
SwiftApps/SEE/trunk/ampl.swift
SwiftApps/SEE/trunk/runampl.sh
SwiftApps/SEE/trunk/sites_coaster-teraport.xml
SwiftApps/SEE/trunk/swift.properties
SwiftApps/SEE/trunk/tc.data
SwiftApps/SEE/trunk/tgranger-sge-gram2.xml
Log:
Configuration for Ranger coaster debugging
Modified: SwiftApps/SEE/trunk/ampl.swift
===================================================================
--- SwiftApps/SEE/trunk/ampl.swift 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/ampl.swift 2009-07-23 21:21:17 UTC (rev 3019)
@@ -41,9 +41,9 @@
}
AmplCmd const_cmd <ext;exec="./cmd_mapper.sh">;
-string data_dir = "/home/aespinosa/science/see/run3k";
+string data_dir = "/work/01035/tg802895/science/see/rdraws/all";
-int runs[]=[2001:2002];
+int runs[]=[1:5000];
foreach i in runs {
string instanceID = @strcat("run", i);
Modified: SwiftApps/SEE/trunk/runampl.sh
===================================================================
--- SwiftApps/SEE/trunk/runampl.sh 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/runampl.sh 2009-07-23 21:21:17 UTC (rev 3019)
@@ -10,3 +10,5 @@
#-tc.file ./tc.data ampl.swift
#swift -runid run3k_firefly -config swift.properties \
#-sites.file ./ff-grid.xml -tc.file ./tc.data ampl.swift
+swift -runid ranger_test -config swift.properties \
+ -sites.file ./tgranger-sge-gram2.xml -tc.file ./tc.data ampl.swift
Modified: SwiftApps/SEE/trunk/sites_coaster-teraport.xml
===================================================================
--- SwiftApps/SEE/trunk/sites_coaster-teraport.xml 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/sites_coaster-teraport.xml 2009-07-23 21:21:17 UTC (rev 3019)
@@ -1,6 +1,5 @@
<config>
<pool handle="TERAPORT" sysinfo="INTEL32::LINUX">
- <!--<execution provider="coaster" url="none" jobmanager="local:pbs" />-->
<execution provider="coaster" url="tp-grid1.uchicago.edu"
jobmanager="gt2:gt2:pbs" />
<gridftp url="local://localhost" />
Modified: SwiftApps/SEE/trunk/swift.properties
===================================================================
--- SwiftApps/SEE/trunk/swift.properties 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/swift.properties 2009-07-23 21:21:17 UTC (rev 3019)
@@ -244,7 +244,7 @@
# 1 + execution.retries attempts at execution)
#
-execution.retries=1
+execution.retries=0
# Enables/disables replication. Replication is used to deal with jobs sitting
@@ -319,7 +319,7 @@
# Default: 1024
#
-foreach.max.threads=1024
+foreach.max.threads=2048
# controls whether the log file will contain provenance information
# enabling this will increase the size of log files, sometimes
Modified: SwiftApps/SEE/trunk/tc.data
===================================================================
--- SwiftApps/SEE/trunk/tc.data 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/tc.data 2009-07-23 21:21:17 UTC (rev 3019)
@@ -21,7 +21,7 @@
localhost set1 /home/wilde/angle/data/set1 INSTALLED INTEL32::LINUX null
localhost set3 /home/wilde/angle/data/set3 INSTALLED INTEL32::LINUX null
localhost run_ampl /home/zzhang/SEE/static/run_ampl INSTALLED INTEL32::LINUX null
-tgtacc run_ampl /work/00946/zzhang/SEE/static/run_ampl INSTALLED INTEL32::LINUX null
+RANGER run_ampl /share/home/01035/tg802895/science/see/site_pack/run_ampl INSTALLED INTEL32::LINUX null
ff-grid run_ampl /panfs/panasas/CMS/data/SEE/static/run_ampl INSTALLED INTEL32::LINUX null
TERAPORT run_ampl /home/aespinosa/science/see/SEE/site_pack/run_ampl INSTALLED INTEL32::LINUX null
Modified: SwiftApps/SEE/trunk/tgranger-sge-gram2.xml
===================================================================
--- SwiftApps/SEE/trunk/tgranger-sge-gram2.xml 2009-07-20 19:25:33 UTC (rev 3018)
+++ SwiftApps/SEE/trunk/tgranger-sge-gram2.xml 2009-07-23 21:21:17 UTC (rev 3019)
@@ -1,19 +1,20 @@
<config>
- <pool handle="tgtacc" >
- <gridftp url="gsiftp://gridftp.ranger.tacc.teragrid.org" />
+ <pool handle="RANGER" >
<execution provider="coaster" url="gatekeeper.ranger.tacc.teragrid.org" jobManager="gt2:gt2:SGE"/>
<profile namespace="globus" key="project">TG-CCR080022N</profile>
+ <profile namespace="globus" key="queue">normal</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+ <profile namespace="karajan" key="jobThrottle">10.24</profile>
+ <profile namespace="globus" key="maxwalltime">4:00:00</profile>
+
+ <profile namespace="globus" key="workersPerNode">16</profile>
+ <profile namespace="globus" key="spread">0.5</profile>
+ <profile namespace="globus" key="slots">50</profile>
+ <profile namespace="globus" key="maxNodes">256</profile>
+ <profile namespace="globus" key="maxtime">86400</profile>
+
+ <gridftp url="gsiftp://gridftp.ranger.tacc.teragrid.org" />
<workdirectory >/scratch/01035/tg802895/see_runs</workdirectory>
- <profile namespace="globus" key="workersPerNode">16</profile>
- <profile namespace="globus" key="queue">development</profile>
- <profile namespace="karajan" key="initialScore">2</profile>
- <profile namespace="karajan" key="jobThrottle">10</profile>
- <profile namespace="globus" key="slots">3</profile>
- <profile namespace="globus" key="lowOverAllocation">5</profile>
- <profile namespace="globus" key="highOverAllocation">5</profile>
- <profile namespace="globus" key="maxNodes">5</profile>
- <profile namespace="globus" key="maxwalltime">60</profile>
- <profile namespace="globus" key="maxtime">120</profile>
</pool>
</config>
More information about the Swift-commit
mailing list