[cig-commits] r17012 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters
brad at geodynamics.org
brad at geodynamics.org
Wed Jun 16 21:09:49 PDT 2010
Author: brad
Date: 2010-06-16 21:09:49 -0700 (Wed, 16 Jun 2010)
New Revision: 17012
Modified:
short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg
Log:
Added output of partition info.
Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg 2010-06-16 23:49:17 UTC (rev 17011)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/parameters/pylithapp.cfg 2010-06-17 04:09:49 UTC (rev 17012)
@@ -24,6 +24,9 @@
# ----------------------------------------------------------------------
[pylithapp.mesh_generator]
#debug = 1
+distributor.write_partition = True
+distributor.data_writer.filename = ../results/partition.vtk
+
reader = pylith.meshio.MeshIOCubit
reorder_mesh = True
@@ -203,7 +206,7 @@
ksp_rtol = 1.0e-8
ksp_atol = 1.0e-20
ksp_gmres_restart = 50
-ksp_max_it = 50
+ksp_max_it = 150
ksp_monitor = true
ksp_view = true
@@ -220,7 +223,7 @@
[pylithapp.petsc]
fs_pc_type = fieldsplit
-fs_pc_fieldsplit_real_diagonal =
+fs_pc_fieldsplit_real_diagonal =
fs_pc_fieldsplit_type = multiplicative
fs_fieldsplit_0_pc_type = ml
fs_fieldsplit_1_pc_type = ml
More information about the CIG-COMMITS
mailing list