[cig-commits] r21078 - short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip

brad at geodynamics.org brad at geodynamics.org
Tue Nov 27 12:06:11 PST 2012


Author: brad
Date: 2012-11-27 12:06:11 -0800 (Tue, 27 Nov 2012)
New Revision: 21078

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
Log:
Use parmetis partitioner. Adjust time step to nice number.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg	2012-11-27 20:00:07 UTC (rev 21077)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/pylithapp.cfg	2012-11-27 20:06:11 UTC (rev 21078)
@@ -26,6 +26,11 @@
 reader = pylith.meshio.MeshIOCubit
 reorder_mesh = True
 
+distributor.partitioner = parmetis
+distributor.write_partition = True
+distributor.data_writer = pylith.meshio.DataWriterHDF5Mesh
+distributor.data_writer.filename = output/partition.h5
+
 # ----------------------------------------------------------------------
 # problem
 # ----------------------------------------------------------------------
@@ -37,10 +42,10 @@
 formulation.norm_viscosity = 0.3
 normalizer = spatialdata.units.NondimElasticDynamic
 normalizer.shear_wave_speed = 4500.0*m/s
-normalizer.wave_period = 2.2*s
+normalizer.wave_period = 0.22*s
 
 [pylithapp.timedependent.formulation.time_step]
-total_time = 5.0*s
+total_time = 0.5*s
 dt = 0.05*s
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-11-27 20:00:07 UTC (rev 21077)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-11-27 20:06:11 UTC (rev 21078)
@@ -13,8 +13,9 @@
 formulation = pylith.problems.ExplicitTet4
 
 [pylithapp.timedependent.formulation.time_step]
+dt = 0.0333333333333*s
 #dt = 0.0588*s
-dt = 0.049*s ; (edge length criterion)
+#dt = 0.049*s ; (edge length criterion)
 
 # ----------------------------------------------------------------------
 # materials



More information about the CIG-COMMITS mailing list