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

brad at geodynamics.org brad at geodynamics.org
Thu Apr 26 10:42:46 PDT 2012


Author: brad
Date: 2012-04-26 10:42:46 -0700 (Thu, 26 Apr 2012)
New Revision: 20001

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_mult.cfg
Log:
Reduce gmres restart.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_mult.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_mult.cfg	2012-04-26 05:47:34 UTC (rev 20000)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_mult.cfg	2012-04-26 17:42:46 UTC (rev 20001)
@@ -3,7 +3,7 @@
 matrix_type = aij
 
 [pylithapp.petsc]
-ksp_gmres_restart = 500
+ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_real_diagonal = True
 fs_pc_fieldsplit_type = multiplicative



More information about the CIG-COMMITS mailing list