[cig-commits] r5948 - short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Feb 1 12:26:35 PST 2007


Author: willic3
Date: 2007-02-01 12:26:35 -0800 (Thu, 01 Feb 2007)
New Revision: 5948

Added:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-debug.cfg
Log:
Added *.cfg file specifically for debugging to make life easier.



Added: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-debug.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-debug.cfg	2007-02-01 17:03:18 UTC (rev 5947)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d-debug.cfg	2007-02-01 20:26:35 UTC (rev 5948)
@@ -0,0 +1,14 @@
+[pylith3d]
+# scanner (pylith3d) options
+scanner.fileRoot = tractest
+scanner.asciiOutput = full
+scanner.ucdOutput = ascii
+# PETSc options
+log_summary = true
+pc_type = bjacobi
+sub_pc_type = ilu
+ksp_monitor = true
+ksp_view = true
+ksp_rtol = 1.0e-9
+start_in_debugger = true
+debugger_pause = 100



More information about the cig-commits mailing list