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

knepley at geodynamics.org knepley at geodynamics.org
Tue May 29 16:19:44 PDT 2012


Author: knepley
Date: 2012-05-29 16:19:44 -0700 (Tue, 29 May 2012)
New Revision: 20218

Added:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
Log:
Updated GPU options

Copied: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg (from rev 20063, short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg)
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg	2012-05-29 23:19:44 UTC (rev 20218)
@@ -0,0 +1,16 @@
+[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



More information about the CIG-COMMITS mailing list