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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu May 3 08:42:53 PDT 2007


Author: willic3
Date: 2007-05-03 08:42:53 -0700 (Thu, 03 May 2007)
New Revision: 6763

Modified:
   short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
Log:
Removed partitioner from PETSc arguments.



Modified: short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py
===================================================================
--- short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-05-03 03:23:45 UTC (rev 6762)
+++ short/3D/PyLith/branches/pylith-0.8/pylith3d/pylith3d/PyLithApp.py	2007-05-03 15:42:53 UTC (rev 6763)
@@ -347,7 +347,6 @@
             ksp_view           = "true",
             ksp_rtol           = "1.0e-9",
             log_summary        = "true",
-            partitioner        = "chaco",
             pc_type            = "bjacobi",
             sub_pc_type        = "ilu",
         ))



More information about the cig-commits mailing list