[cig-commits] r15662 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs

brad at geodynamics.org brad at geodynamics.org
Tue Sep 8 10:28:51 PDT 2009


Author: brad
Date: 2009-09-08 10:28:50 -0700 (Tue, 08 Sep 2009)
New Revision: 15662

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_convergence.py
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/runstats.py
Log:
Updated stats for v1.4.2.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_convergence.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_convergence.py	2009-09-08 02:14:11 UTC (rev 15661)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_convergence.py	2009-09-08 17:28:50 UTC (rev 15662)
@@ -12,7 +12,7 @@
 
 import pylab
 
-from runstats import data
+from runstats import data_v1_4_2 as data
 
 class PlotSummary(object):
 

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py	2009-09-08 02:14:11 UTC (rev 15661)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_scaling.py	2009-09-08 17:28:50 UTC (rev 15662)
@@ -10,15 +10,15 @@
 # ======================================================================
 #
 
-plotSize = "presentation"
+plotSize = "poster"
 color = "lightbg"
-fileSuffix = "pdf"
+fileSuffix = "eps"
 
 # ======================================================================
 import pylab
 from mypylab.Figure import Figure
 
-from runstats import dataScaling_v1_4 as data
+from runstats import dataScaling_v1_4_2 as data
 
 # ----------------------------------------------------------------------
 class PlotScaling(Figure):
@@ -42,7 +42,7 @@
     if plotSize == "poster":
       self.width = 6.5
       self.height = 5.75
-      margins = [[0.90, 0, 0.05], [0.70, 0, 0.3]]
+      margins = [[0.90, 0, 0.05], [0.72, 0, 0.32]]
     elif plotSize == "presentation":
       self.width = 6.5
       self.height = 5.0
@@ -101,8 +101,8 @@
                  labels,
                  shadow=True,
                  loc='lower left')
-    pylab.text(4.1, 1.8e+3, 'Strong scaling',
-               rotation=-45.0,
+    pylab.text(3.8, 1.8e+3, 'Strong scaling',
+               rotation=-50.0,
                verticalalignment='top',
                horizontalalignment='left',
                color='ltred')

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py	2009-09-08 02:14:11 UTC (rev 15661)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py	2009-09-08 17:28:50 UTC (rev 15662)
@@ -10,15 +10,15 @@
 # ======================================================================
 #
 
-plotSize = "manual"
+plotSize = "poster"
 color = "lightbg"
-fileSuffix = "pdf"
+fileSuffix = "eps"
 
 # ======================================================================
 import pylab
 from mypylab.Figure import Figure
 
-from runstats import data_v1_4 as data
+from runstats import data_v1_4_2 as data
 
 # ----------------------------------------------------------------------
 class PlotSummary(Figure):
@@ -40,7 +40,7 @@
         if plotSize == "poster":
             self.width = 8.75
             self.height = 4.5
-            margins = [[0.5, 0.6, 0.1], [0.25, 0.55, 0.30]]
+            margins = [[0.5, 0.6, 0.16], [0.27, 0.6, 0.32]]
         elif plotSize == "presentation":
             self.width = 4.0
             self.height = 5.0

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/runstats.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/runstats.py	2009-09-08 02:14:11 UTC (rev 15661)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/runstats.py	2009-09-08 17:28:50 UTC (rev 15662)
@@ -411,19 +411,19 @@
         'ncells': 5244768,
         'nvertices': 912673,
         'nflops': 2.127e+11,
-        'run_time': 0,
+        'run_time': 2.08e+03,
         'error': 1.30e-04,
         'niterations': 228,
-        'memory': 0},
+        'memory': 9991.54},
 
     "Hex8 250m" : {
         'ncells': 884736,
         'nvertices': 912673,
         'nflops': 2.559e+11,
-        'run_time': 0,
+        'run_time': 1.105e+03,
         'error': 7.70e-05,
         'niterations': 134,
-        'memory': 0}
+        'memory': 7340.34}
     }
 
 # Hydra (2.2 GHz Opteron)



More information about the CIG-COMMITS mailing list