[cig-commits] [commit] baagaard/dynrup-new-lagrange, baagaard/feature-output-station-names, baagaard/feature-progress-monitor, baagaard/fix-custom-faultpc, baagaard/fix-faults-intersect, knepley/upgrade-petsc-master, master: More updates for partitioner setting to PETSc. (1e3789d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 15:47:04 PST 2014


Repository : https://github.com/geodynamics/pylith

On branches: baagaard/dynrup-new-lagrange,baagaard/feature-output-station-names,baagaard/feature-progress-monitor,baagaard/fix-custom-faultpc,baagaard/fix-faults-intersect,knepley/upgrade-petsc-master,master
Link       : https://github.com/geodynamics/pylith/compare/f33c75b19fd60eedb2a3405db76a1fee333bb1d7...5b6d812b1612809fea3bd331c4e5af98c25a536a

>---------------------------------------------------------------

commit 1e3789d895d90ba95beb53ccd47515baa9b1be7f
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Oct 20 13:25:16 2014 -0700

    More updates for partitioner setting to PETSc.


>---------------------------------------------------------------

1e3789d895d90ba95beb53ccd47515baa9b1be7f
 tests/3d/refine/pylithapp.cfg  | 2 +-
 tests/distribute/mesherapp.cfg | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tests/3d/refine/pylithapp.cfg b/tests/3d/refine/pylithapp.cfg
index 4aefd0d..a7a9b81 100644
--- a/tests/3d/refine/pylithapp.cfg
+++ b/tests/3d/refine/pylithapp.cfg
@@ -26,7 +26,6 @@ reorder_mesh = True
 
 refiner = pylith.topology.RefineUniform
 
-distributor.partitioner = parmetis
 distributor.write_partition = True
 distributor.data_writer.filename = output/tet4_partition.vtk
 
@@ -125,6 +124,7 @@ writer.time_constant = 1.0*year
 # Set the solver options.
 
 [pylithapp.petsc]
+petpartitioner_type = parmetis
 
 # Preconditioner settings.
 pc_type = asm
diff --git a/tests/distribute/mesherapp.cfg b/tests/distribute/mesherapp.cfg
index db0702a..f202e43 100644
--- a/tests/distribute/mesherapp.cfg
+++ b/tests/distribute/mesherapp.cfg
@@ -7,6 +7,8 @@ nodes = 2
 debug = 1
 distributor.debug = 1
 
-distributor.partitioner = parmetis
 importer.filename = tri3a.mesh
 distributor.output.writer.filename = tri3a_parmetis.vtk
+
+[mesherapp.petsc]
+petscpartitioner_type = parmetis



More information about the CIG-COMMITS mailing list