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

brad at geodynamics.org brad at geodynamics.org
Fri Apr 27 16:06:28 PDT 2012


Author: brad
Date: 2012-04-27 16:06:28 -0700 (Fri, 27 Apr 2012)
New Revision: 20005

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_full.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_lower.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_upper.cfg
Log:
Adjust schur settings (tighten tolerance).

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_full.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_full.cfg	2012-04-27 23:05:57 UTC (rev 20004)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_full.cfg	2012-04-27 23:06:28 UTC (rev 20005)
@@ -12,4 +12,6 @@
 fieldsplit_0_pc_type = ml
 fieldsplit_0_ksp_type = preonly
 fieldsplit_1_pc_type = none
-fieldsplit_1_ksp_type = minres
+#fieldsplit_1_ksp_type = minres
+fieldsplit_1_ksp_type = gmres
+fieldsplit_1_ksp_rtol = 1.0e-10

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_lower.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_lower.cfg	2012-04-27 23:05:57 UTC (rev 20004)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_lower.cfg	2012-04-27 23:06:28 UTC (rev 20005)
@@ -12,4 +12,7 @@
 fieldsplit_0_pc_type = ml
 fieldsplit_0_ksp_type = preonly
 fieldsplit_1_pc_type = none
-fieldsplit_1_ksp_type = minres
+#fieldsplit_1_ksp_type = minres
+fieldsplit_1_ksp_type = gmres
+fieldsplit_1_ksp_rtol = 1e-10
+

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_upper.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_upper.cfg	2012-04-27 23:05:57 UTC (rev 20004)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/schur_upper.cfg	2012-04-27 23:06:28 UTC (rev 20005)
@@ -12,4 +12,6 @@
 fieldsplit_0_pc_type = ml
 fieldsplit_0_ksp_type = preonly
 fieldsplit_1_pc_type = none
-fieldsplit_1_ksp_type = minres
+#fieldsplit_1_ksp_type = minres
+fieldsplit_1_ksp_type = gmres
+fieldsplit_1_ksp_rtol = 1e-10



More information about the CIG-COMMITS mailing list