[cig-commits] r22764 - short/3D/PyLith/trunk/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Tue Sep 3 15:44:12 PDT 2013


Author: brad
Date: 2013-09-03 15:44:12 -0700 (Tue, 03 Sep 2013)
New Revision: 22764

Modified:
   short/3D/PyLith/trunk/pylith/topology/Distributor.py
Log:
Updated name of parmetis/metis partitioner to metis.

Modified: short/3D/PyLith/trunk/pylith/topology/Distributor.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Distributor.py	2013-09-03 21:25:25 UTC (rev 22763)
+++ short/3D/PyLith/trunk/pylith/topology/Distributor.py	2013-09-03 22:44:12 UTC (rev 22764)
@@ -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