[cig-commits] r19919 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Wed Apr 4 09:09:12 PDT 2012


Author: brad
Date: 2012-04-04 09:09:11 -0700 (Wed, 04 Apr 2012)
New Revision: 19919

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
Log:
Better specification of cell filter parameters to avoid duplicate storage.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2012-04-02 23:43:31 UTC (rev 19918)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2012-04-04 16:09:11 UTC (rev 19919)
@@ -51,9 +51,11 @@
 writer.filename = output/hex8-fault-xneg.h5
 
 [pylithapp.timedependent.materials.elastic.output]
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = output/hex8-elastic.h5
 
 [pylithapp.timedependent.materials.viscoelastic.output]
+cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = output/hex8-viscoelastic.h5
 
 

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2012-04-02 23:43:31 UTC (rev 19918)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2012-04-04 16:09:11 UTC (rev 19919)
@@ -186,13 +186,13 @@
 writer = pylith.meshio.DataWriterHDF5ExtSubSubMesh
 
 [pylithapp.problem.materials.elastic.output]
-cell_filter = pylith.meshio.CellFilterAvgMesh
+cell_info_fields = []
 output_freq = time_step
 time_step = 0.999*year
 writer = pylith.meshio.DataWriterHDF5ExtMesh
 
 [pylithapp.problem.materials.viscoelastic.output]
-cell_filter = pylith.meshio.CellFilterAvgMesh
+cell_info_fields = []
 output_freq = time_step
 time_step = 0.999*year
 writer = pylith.meshio.DataWriterHDF5ExtMesh



More information about the CIG-COMMITS mailing list