[Swift-commit] r5585 - SwiftApps/SciColSim

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Sat Feb 11 12:23:16 CST 2012


Author: ketan
Date: 2012-02-11 12:23:16 -0600 (Sat, 11 Feb 2012)
New Revision: 5585

Modified:
   SwiftApps/SciColSim/TimingEstimation.txt
   SwiftApps/SciColSim/sites.beagle.quick.xml
   SwiftApps/SciColSim/sites.beagle.xml
Log:
updated the math

Modified: SwiftApps/SciColSim/TimingEstimation.txt
===================================================================
--- SwiftApps/SciColSim/TimingEstimation.txt	2012-02-11 01:41:52 UTC (rev 5584)
+++ SwiftApps/SciColSim/TimingEstimation.txt	2012-02-11 18:23:16 UTC (rev 5585)
@@ -17,29 +17,29 @@
 
 Number_of_jobs = target_innovation_values x repeats x fixed_reps x annealing_cycles x evolve_reruns/reruns_per_app x num_workers
 
-               = (max_range - min_range)/range_inc x repeats x fixed_reps x annealing_cycles x evolve_reruns/reruns_per_app x num_workers
+               = ceil((max_range - min_range)/range_inc) x repeats x fixed_reps x annealing_cycles x evolve_reruns/reruns_per_app x num_workers
                
-               = (1009 - 58)/50 x 15 x 3 x 100 x 960/192 x 24
+               = ceil((1009 - 58)/50) x 15 x 3 x 100 x 960/192 x 24
 
-               = 50 x 15 x 3 x 100 x 5 x 24
+               = 20 x 15 x 3 x 100 x 5 x 24
 
-               = 27,000,000
+               = 10,800,000
 
 Estimated Runtime on a small scale (2 laptops or 24 cores)
 
-         =27,000,000/24 x (1 to 50 sec)
+         =10,800,000/24 x (1 to 50 sec)
 
-         =1,125,000 to 56,250,000 seconds
+         =450,000 to 22,500,000 seconds
 
-         =13 to 651 days
+         =5.2 to 260 days
 
 Estimated Runtime on medium scale (40 Beagle nodes or 960 cores) 
 
-         =27,000,000/960 x (1 to 50 sec)
+         =10,800,000/960 x (1 to 50 sec)
         
-         =28,125 to 1,406,250 seconds
+         =11,250 to 562,500 seconds
         
-         =7 hours to 16 days
+         =3.12 hours to 6.5 days
 
 
 Atomic job times of application

Modified: SwiftApps/SciColSim/sites.beagle.quick.xml
===================================================================
--- SwiftApps/SciColSim/sites.beagle.quick.xml	2012-02-11 01:41:52 UTC (rev 5584)
+++ SwiftApps/SciColSim/sites.beagle.quick.xml	2012-02-11 18:23:16 UTC (rev 5585)
@@ -7,6 +7,7 @@
 
     <profile namespace="globus" key="jobsPerNode">1</profile>
     <profile namespace="env" key="OMP_NUM_THREADS">24</profile>
+    <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile>
     <profile namespace="globus" key="lowOverAllocation">100</profile>
     <profile namespace="globus" key="highOverAllocation">100</profile>
     <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>

Modified: SwiftApps/SciColSim/sites.beagle.xml
===================================================================
--- SwiftApps/SciColSim/sites.beagle.xml	2012-02-11 01:41:52 UTC (rev 5584)
+++ SwiftApps/SciColSim/sites.beagle.xml	2012-02-11 18:23:16 UTC (rev 5585)
@@ -6,6 +6,7 @@
     <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
     <!--<profile namespace="globus" key="jobsPerNode">24</profile>-->
     <profile namespace="env" key="OMP_NUM_THREADS">24</profile>
+    <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile>
     <profile namespace="globus" key="jobsPerNode">1</profile>
     <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
     <profile namespace="globus" key="maxTime">37000</profile>




More information about the Swift-commit mailing list