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

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Sep 18 11:02:48 PDT 2011


Author: willic3
Date: 2011-09-18 11:02:48 -0700 (Sun, 18 Sep 2011)
New Revision: 18933

Added:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/fieldsplit_gpu.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg
Log:
Added .cfg files for gpu computations.



Added: 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	2011-09-18 18:02:48 UTC (rev 18933)
@@ -0,0 +1,21 @@
+[pylithapp.petsc]
+vec_type = mpicusp
+mat_type = mpiaijcusp
+
+[pylithapp.timedependent.formulation]
+split_fields = True
+matrix_type = mpiaijcusp
+
+[pylithapp.petsc]
+ksp_gmres_restart = 500
+fs_pc_type = fieldsplit
+fs_pc_fieldsplit_real_diagonal = 
+fs_pc_fieldsplit_type = multiplicative
+fs_fieldsplit_0_pc_type = sacusp
+fs_fieldsplit_1_pc_type = sacusp
+fs_fieldsplit_2_pc_type = sacusp
+fs_fieldsplit_3_pc_type = jacobi
+fs_fieldsplit_0_ksp_type = preonly
+fs_fieldsplit_1_ksp_type = preonly
+fs_fieldsplit_2_ksp_type = preonly
+fs_fieldsplit_3_ksp_type = preonly

Added: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/gpu.cfg	2011-09-18 18:02:48 UTC (rev 18933)
@@ -0,0 +1,5 @@
+[pylithapp.petsc]
+vec_type = mpicusp
+
+[pylithapp.timedependent.formulation]
+matrix_type = mpiaijcusp



More information about the CIG-COMMITS mailing list