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

brad at geodynamics.org brad at geodynamics.org
Mon Dec 10 12:58:55 PST 2007


Author: brad
Date: 2007-12-10 12:58:55 -0800 (Mon, 10 Dec 2007)
New Revision: 8633

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py
Log:
Updated with hex8 stats.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py	2007-12-10 19:24:42 UTC (rev 8632)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/figs/plot_summary.py	2007-12-10 20:58:55 UTC (rev 8633)
@@ -28,7 +28,7 @@
         'nvertices': 15625,
         'nflops': 1.95e+09,
         'run_time': 15.9,
-        'error': 0.0,
+        'error': 6.58e-04,
         'niterations': 37,
         'memory': 185},
 
@@ -46,7 +46,7 @@
         'nvertices': 117649,
         'nflops': 2.12e+10,
         'run_time': 154.0,
-        'error': 0.0,
+        'error': 1.94e-04,
         'niterations': 68,
         'memory': 2100.0},
 
@@ -54,7 +54,7 @@
     "Tet4 250m": {
         'ncells': 5244768,
         'nvertices': 912673,
-        'nflops': 1.0,
+        'nflops': 0.0,
         'run_time': 0.0,
         'error': 1.30e-04,
         'niterations': 0,
@@ -63,7 +63,7 @@
     "Hex8 250m" : {
         'ncells': 884736,
         'nvertices': 912673,
-        'nflops': 1.0,
+        'nflops': 0.0,
         'run_time': 0.0,
         'error': 0.0,
         'niterations': 0,
@@ -139,7 +139,7 @@
                      loc='center')
 
         pylab.show()
-        pylab.savefig('benchmark_summary')
+        #pylab.savefig('benchmark_summary')
         return
 
     def _setup(self):



More information about the cig-commits mailing list