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

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Jan 30 12:45:39 PST 2007


Author: willic3
Date: 2007-01-30 12:45:39 -0800 (Tue, 30 Jan 2007)
New Revision: 5931

Added:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d.cfg
Log:
Initial version of *.cfg file for tractest example.
This is about the simplest possible file, with nothing related to
MPI, etc.



Added: short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d.cfg
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d.cfg	2007-01-30 19:29:30 UTC (rev 5930)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/examples/lintet/tractest/pylith3d.cfg	2007-01-30 20:45:39 UTC (rev 5931)
@@ -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