[cig-commits] r22774 - short/3D/PyLith/branches/v1.9-stable/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Wed Sep 4 11:38:10 PDT 2013


Author: brad
Date: 2013-09-04 11:38:09 -0700 (Wed, 04 Sep 2013)
New Revision: 22774

Modified:
   short/3D/PyLith/branches/v1.9-stable/pylith/topology/Distributor.py
Log:
Updated name of partitioner (parmetis->metis).

Modified: short/3D/PyLith/branches/v1.9-stable/pylith/topology/Distributor.py
===================================================================
--- short/3D/PyLith/branches/v1.9-stable/pylith/topology/Distributor.py	2013-09-04 17:12:25 UTC (rev 22773)
+++ short/3D/PyLith/branches/v1.9-stable/pylith/topology/Distributor.py	2013-09-04 18:38:09 UTC (rev 22774)
@@ -33,7 +33,7 @@
   Inventory
 
   \b Properties
-  @li \b partitioner Name of mesh partitioner {"parmetis", "chaco"}.
+  @li \b partitioner Name of mesh partitioner {"metis", "chaco"}.
   @li \b writePartition Write partition information to file.
   
   \b Facilities
@@ -48,7 +48,7 @@
     
   partitioner = pyre.inventory.str("partitioner", default="chaco",
                                    validator=pyre.inventory.choice(["chaco",
-                                                                    "parmetis"]))
+                                                                    "metis"]))
   partitioner.meta['tip'] = "Name of mesh partitioner."
   
   writePartition = pyre.inventory.bool("write_partition", default=False)



More information about the CIG-COMMITS mailing list