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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 26 16:24:31 PDT 2012


Author: brad
Date: 2012-10-26 16:24:31 -0700 (Fri, 26 Oct 2012)
New Revision: 20947

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg
Log:
Reduce gmres start count to 100.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg	2012-10-26 23:07:07 UTC (rev 20946)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg	2012-10-26 23:24:31 UTC (rev 20947)
@@ -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 = 
 fs_pc_fieldsplit_type = additive



More information about the CIG-COMMITS mailing list