[cig-commits] r20004 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Fri Apr 27 16:05:57 PDT 2012


Author: brad
Date: 2012-04-27 16:05:57 -0700 (Fri, 27 Apr 2012)
New Revision: 20004

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py
Log:
Remove ylim on scaling plot (temporary).

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py	2012-04-26 18:43:35 UTC (rev 20003)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py	2012-04-27 23:05:57 UTC (rev 20004)
@@ -129,7 +129,7 @@
 ax.set_xlim((1, 128))
 ax.set_xlabel("# Processors")
 
-ax.set_ylim((0, 150))
+#ax.set_ylim((0, 150))
 ax.set_ylabel("# Iterations")
 
 



More information about the CIG-COMMITS mailing list