[cig-commits] r6662 - short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Apr 24 14:43:10 PDT 2007


Author: willic3
Date: 2007-04-24 14:43:10 -0700 (Tue, 24 Apr 2007)
New Revision: 6662

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
Log:
Added 'partitioner' as a PETSc option of interest to PyLith.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-04-24 21:16:39 UTC (rev 6661)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-04-24 21:43:10 UTC (rev 6662)
@@ -123,6 +123,7 @@
     ksp_view           = PetscProperty(default="true")
     ksp_rtol           = PetscProperty(default="1.0e-9")
     log_summary        = PetscProperty(default="true")
+    partitioner        = PetscProperty(default="chaco")
     pc_type            = PetscProperty(default="bjacobi")
     sub_pc_type        = PetscProperty(default="ilu")
     start_in_debugger  = PetscProperty()



More information about the cig-commits mailing list