[Swift-commit] r6113 - in SwiftApps/SciColSim: conf params

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Sun Dec 30 13:55:18 CST 2012


Author: wilde
Date: 2012-12-30 13:55:18 -0600 (Sun, 30 Dec 2012)
New Revision: 6113

Added:
   SwiftApps/SciColSim/conf/midway01.cf
   SwiftApps/SciColSim/conf/midway01.xml
   SwiftApps/SciColSim/params/ARtest03
Log:
add new configs and params.

Added: SwiftApps/SciColSim/conf/midway01.cf
===================================================================
--- SwiftApps/SciColSim/conf/midway01.cf	                        (rev 0)
+++ SwiftApps/SciColSim/conf/midway01.cf	2012-12-30 19:55:18 UTC (rev 6113)
@@ -0,0 +1,11 @@
+wrapperlog.always.transfer=true
+sitedir.keep=true
+execution.retries=0
+lazy.errors=false
+status.mode=provider
+use.provider.staging=false
+use.wrapper.staging=false
+provider.staging.pin.swiftfiles=false
+
+#app local sumloss=$PWD/../sumloss.sh
+#app midway01 evolve=$PWD/../evolve.sh

Added: SwiftApps/SciColSim/conf/midway01.xml
===================================================================
--- SwiftApps/SciColSim/conf/midway01.xml	                        (rev 0)
+++ SwiftApps/SciColSim/conf/midway01.xml	2012-12-30 19:55:18 UTC (rev 6113)
@@ -0,0 +1,64 @@
+<config>
+
+  <pool handle="local" >
+    <execution provider="local" url="none" />
+    <profile namespace="karajan" key="jobThrottle">0.09</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <filesystem provider="local"/>
+    <workdirectory>_WORK_/local</workdirectory>
+  </pool>
+
+  <pool handle="midway01">
+
+    <execution provider="coaster" jobmanager="local:slurm"/>
+
+    <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+
+    <profile namespace="globus" key="jobsPerNode">16</profile>
+    <profile namespace="globus" key="ppn">16</profile>
+    <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile>
+    <profile namespace="globus" key="workerLoggingDirectory">_WORK_/workers</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="maxTime">1800</profile>
+    <profile namespace="globus" key="maxWallTime">00:05:00</profile>
+    <profile namespace="globus" key="slots">20</profile>
+    <profile namespace="globus" key="nodeGranularity">1</profile>
+    <profile namespace="globus" key="maxNodes">1</profile>
+    <profile namespace="globus" key="queue">sandyb</profile>
+
+    <profile namespace="karajan" key="jobThrottle">4.00</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+
+    <filesystem provider="local"/>
+    <workdirectory>_WORK_/beagle</workdirectory>
+
+  </pool>
+
+</config>
+
+<!-- 
+
+<pool handle="sandyb">
+
+  <execution provider="coaster" jobmanager="local:slurm" url="localhost:2"/>
+
+  <profile namespace="globus" key="jobsPerNode">12</profile>
+  <profile namespace="globus" key="ppn">12</profile>
+  <profile namespace="globus" key="slots">10</profile>
+  <profile namespace="globus" key="maxnodes">1</profile>
+  <profile namespace="globus" key="nodegranularity">1</profile>
+  <profile namespace="globus" key="queue">sandyb</profile>
+
+  <profile namespace="karajan" key="jobThrottle">3.99</profile>
+  <profile namespace="karajan" key="initialScore">10000</profile>
+
+  <profile namespace="globus" key="highOverAllocation">100</profile>
+  <profile namespace="globus" key="lowOverAllocation">100</profile>
+  <profile namespace="globus" key="maxtime">2000</profile>
+  <profile namespace="globus" key="maxwalltime">00:04:00</profile>
+
+  <filesystem provider="local" url="none" />
+  <workdirectory>/project/joshuaelliott/narr/swiftwork/</workdirectory>
+
+-->
\ No newline at end of file

Added: SwiftApps/SciColSim/params/ARtest03
===================================================================
--- SwiftApps/SciColSim/params/ARtest03	                        (rev 0)
+++ SwiftApps/SciColSim/params/ARtest03	2012-12-30 19:55:18 UTC (rev 6113)
@@ -0,0 +1,18 @@
+
+min_target_innovation        58     # starting target innovation value to try
+max_target_innovation        59     # stops before this target innovation value
+target_innovation_increment  50     # increment target innovation by this amount 
+
+annealing_repeats            1      # times to repeate the entire optimization process for each target_innovation
+annealing_cycles             10     # times to perform the simulated annealing loop for all non-fixed parameters
+
+evolve_reruns                32   # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers                     16    # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation    16     # reruns_per_opt_invocation mod nworkers must == 0 !!! <=== NOTE WELL !!!
+
+alpha_i                      0.0     # 5 evolve() parameters: must be decimal values !!!
+alpha_m                      0.0     # alpha_i and alpha_m are fixed for now
+beta                         0.0     # rest are varied by the optimization process
+gamma                        0.0
+delta                        0.0 
+ 




More information about the Swift-commit mailing list