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

brad at geodynamics.org brad at geodynamics.org
Tue May 29 16:22:57 PDT 2012


Author: brad
Date: 2012-05-29 16:22:57 -0700 (Tue, 29 May 2012)
New Revision: 20219

Removed:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg
Log:
Move updated settings from fieldsplit_gpu.cfg to pc_fieldsplit_gpu.cfg.

Deleted: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	2012-05-29 23:19:44 UTC (rev 20218)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	2012-05-29 23:22:57 UTC (rev 20219)
@@ -1,16 +0,0 @@
-[pylithapp.problem.formulation.solver]
-use_cuda = True
-vec_type = mpicusp
-
-[pylithapp.timedependent.formulation]
-split_fields = True
-
-[pylithapp.petsc]
-ksp_gmres_restart = 100
-fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = True
-fs_pc_fieldsplit_type = multiplicative
-fs_fieldsplit_0_pc_type = sacusp
-fs_fieldsplit_1_pc_type = jacobi
-fs_fieldsplit_0_ksp_type = preonly
-fs_fieldsplit_1_ksp_type = preonly

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	2012-05-29 23:19:44 UTC (rev 20218)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pc_fieldsplit_gpu.cfg	2012-05-29 23:22:57 UTC (rev 20219)
@@ -3,14 +3,13 @@
 
 [pylithapp.timedependent.formulation]
 split_fields = True
-matrix_type = seqaijcusp
 
 [pylithapp.petsc]
-ksp_gmres_restart = 500
+ksp_gmres_restart = 100
 fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal = 
+fs_pc_fieldsplit_real_diagonal = true
 fs_pc_fieldsplit_type = multiplicative
 fs_fieldsplit_0_pc_type = sacusp
-fs_fieldsplit_3_pc_type = jacobi
+fs_fieldsplit_1_pc_type = jacobi
 fs_fieldsplit_0_ksp_type = preonly
 fs_fieldsplit_1_ksp_type = preonly



More information about the CIG-COMMITS mailing list