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

brad at geodynamics.org brad at geodynamics.org
Wed Jun 26 16:22:16 PDT 2013


Author: brad
Date: 2013-06-26 16:22:16 -0700 (Wed, 26 Jun 2013)
New Revision: 22429

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_gamg.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_separate.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full_custom.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper_custompc.cfg
Log:
Update PC setting.

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	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_add.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -5,7 +5,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_use_amat = 
 fs_pc_fieldsplit_type = additive
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_1_pc_type = jacobi

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -8,7 +8,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = sacusp
 fs_fieldsplit_1_pc_type = jacobi

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -5,7 +5,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_1_pc_type = jacobi

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_gamg.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_gamg.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_gamg.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -5,7 +5,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = gamg
 fs_fieldsplit_1_pc_type = jacobi

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_separate.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_separate.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_mult_separate.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = True
+fs_pc_use_amat = True
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = ml
 fs_fieldsplit_1_pc_type = ml

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_type = schur
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_schur_precondition = diag
 
 fs_fieldsplit_1_ksp_converged_reason = true

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full_custom.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full_custom.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_full_custom.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_type = schur
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_schur_precondition = user
 
 fs_fieldsplit_1_ksp_converged_reason = true

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_type = schur
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_schur_precondition = diag
 
 fs_fieldsplit_1_ksp_converged_reason = true

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper_custompc.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper_custompc.cfg	2013-06-26 23:21:37 UTC (rev 22428)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_schur_upper_custompc.cfg	2013-06-26 23:22:16 UTC (rev 22429)
@@ -6,7 +6,7 @@
 [pylithapp.petsc]
 fs_pc_type = fieldsplit
 fs_pc_fieldsplit_type = schur
-fs_pc_fieldsplit_real_diagonal = true
+fs_pc_use_amat = true
 fs_pc_fieldsplit_schur_precondition = user
 
 fs_fieldsplit_1_ksp_converged_reason = true



More information about the CIG-COMMITS mailing list