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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 7 14:34:02 PDT 2011


Author: brad
Date: 2011-10-07 14:34:02 -0700 (Fri, 07 Oct 2011)
New Revision: 19046

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/calc_error.py
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/calc_error.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/calc_error.py	2011-10-07 20:56:10 UTC (rev 19045)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/calc_error.py	2011-10-07 21:34:02 UTC (rev 19046)
@@ -2,7 +2,7 @@
 
 # Calculate error in solution field and fault tractions.
 
-test = "stable_tol8"
+test = "revised_tol8"
 base = "stable_smalltol"
 
 import tables

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2011-10-07 20:56:10 UTC (rev 19045)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2011-10-07 21:34:02 UTC (rev 19046)
@@ -24,20 +24,14 @@
 [pylithapp.timedependent.interfaces.fault_middle]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
-#quadrature.cell.quad_order = 1
-#quadrature.cell.collocate_quad = True
 
 [pylithapp.timedependent.interfaces.fault_xpos]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
-#quadrature.cell.quad_order = 1
-#quadrature.cell.collocate_quad = True
 
 [pylithapp.timedependent.interfaces.fault_xneg]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
-#quadrature.cell.quad_order = 1
-#quadrature.cell.collocate_quad = True
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-10-07 20:56:10 UTC (rev 19045)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-10-07 21:34:02 UTC (rev 19046)
@@ -208,5 +208,6 @@
 ksp_monitor = true
 ksp_view = true
 ksp_converged_reason = true
+ksp_monitor_true_residual = true
 
 log_summary = true

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur.cfg	2011-10-07 20:56:10 UTC (rev 19045)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur.cfg	2011-10-07 21:34:02 UTC (rev 19046)
@@ -3,7 +3,7 @@
 matrix_type = aij
 
 [pylithapp.petsc]
-ksp_gmres_restart = 500
+ksp_gmres_restart = 100
 pc_type = fieldsplit
 pc_fieldsplit_detect_saddle_point =
 pc_fieldsplit_type       = schur

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2011-10-07 20:56:10 UTC (rev 19045)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2011-10-07 21:34:02 UTC (rev 19046)
@@ -24,17 +24,14 @@
 [pylithapp.timedependent.interfaces.fault_middle]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.interfaces.fault_xpos]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.interfaces.fault_xneg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
-quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list