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

brad at geodynamics.org brad at geodynamics.org
Tue Apr 10 16:51:38 PDT 2012


Author: brad
Date: 2012-04-10 16:51:38 -0700 (Tue, 10 Apr 2012)
New Revision: 19935

Removed:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/mat_maxwell.spatialdb
Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np001.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np002.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np004.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np008.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np016.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np032.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/nooutput.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np001.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np002.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np004.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np008.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np016.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np032.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg
Log:
Removed use of viscoelastic material since problem is static. Changed material names to upper and lower crust.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -9,11 +9,11 @@
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.elastic]
+[pylithapp.timedependent.materials.uppercrust]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 
-[pylithapp.timedependent.materials.viscoelastic]
+[pylithapp.timedependent.materials.lowercrust]
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 3
 
@@ -50,13 +50,13 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
+[pylithapp.timedependent.materials.uppercrust.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = output/hex8-elastic.h5
+writer.filename = output/hex8-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
+[pylithapp.timedependent.materials.lowercrust.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
-writer.filename = output/hex8-viscoelastic.h5
+writer.filename = output/hex8-lowercrust.h5
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np001.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np001.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np001.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np001-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np001-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np001-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np001-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np001-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np002.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np002.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np002.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np002-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np002-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np002-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np002-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np002-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np004.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np004.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np004.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np004-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np004-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np004-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np004-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np004-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np008.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np008.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np008.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np008-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np008-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np008-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np008-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np008-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np016.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np016.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np016.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np016-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np016-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np016-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np016-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np016-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np032.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np032.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np032.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np032-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np032-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np032-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np032-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np032-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -25,11 +25,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np064-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np064-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np064-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np064-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np064-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -25,11 +25,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/hex8_np128-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/hex8_np128-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/hex8_np128-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/hex8_np128-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/hex8_np128-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Deleted: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/mat_maxwell.spatialdb
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/mat_maxwell.spatialdb	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/mat_maxwell.spatialdb	2012-04-10 23:51:38 UTC (rev 19935)
@@ -1,14 +0,0 @@
-#SPATIAL.ascii 1
-SimpleDB {
-  num-values = 4
-  value-names =  density vs vp viscosity
-  value-units =  kg/m**3  m/s  m/s Pa*s
-  num-locs = 1
-  data-dim = 0
-  space-dim = 3
-  cs-data = cartesian {
-    to-meters = 1.0
-    space-dim = 3
-  }
-}
-0.0  0.0  0.0   2700.0  3333.333333333333  5773.502691896258  1.0e18

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/nooutput.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/nooutput.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/nooutput.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -27,11 +27,11 @@
 vertex_info_fields = []
 vertex_data_fields = []
 
-[pylithapp.problem.materials.elastic.output]
+[pylithapp.problem.materials.uppercrust.output]
 cell_info_fields = []
 cell_data_fields = []
 
-[pylithapp.problem.materials.viscoelastic.output]
+[pylithapp.problem.materials.lowercrust.output]
 cell_info_fields = []
 cell_data_fields = []
 

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/plot_scaling.py	2012-04-10 23:51:38 UTC (rev 19935)
@@ -53,7 +53,7 @@
 for c in cells:
     niters[c] = numpy.zeros(len(nprocs), dtype=numpy.float32)
     for ip in xrange(len(nprocs)):
-        sys.path.append("logs")
+        sys.path.append("logs_nooutput")
         log = __import__("%s_np%03d" % (c.lower(), nprocs[ip]))
         niters[c][ip] = log.Solve.event['VecMDot'].Count[0]
         for s in stages:

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -38,7 +38,7 @@
 [pylithapp.timedependent]
 dimension = 3
 
-materials = [elastic,viscoelastic]
+materials = [uppercrust,lowercrust]
 bc = [x_neg,x_pos,y_neg,y_pos,z_neg]
 interfaces = [fault_middle,fault_xpos,fault_xneg]
 
@@ -55,20 +55,17 @@
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.materials]
-viscoelastic = pylith.materials.MaxwellIsotropic3D
-
-[pylithapp.timedependent.materials.elastic]
-label = Elastic material
+[pylithapp.timedependent.materials.uppercrust]
+label = Upper crust material
 id = 1
 db_properties.iohandler.filename = mat_elastic.spatialdb
-db_properties.label = Elastic properties
+db_properties.label = Upper crust uppercrust properties
 
-[pylithapp.timedependent.materials.viscoelastic]
-label = Viscoelastic material
+[pylithapp.timedependent.materials.lowercrust]
+label = Lower crust material
 id = 2
-db_properties.iohandler.filename = mat_maxwell.spatialdb
-db_properties.label = Viscoelastic properties
+db_properties.iohandler.filename = mat_elastic.spatialdb
+db_properties.label = Lower crust uppercrust properties
 
 # ----------------------------------------------------------------------
 # boundary conditions
@@ -185,13 +182,13 @@
 time_step = 0.999*year
 writer = pylith.meshio.DataWriterHDF5ExtSubSubMesh
 
-[pylithapp.problem.materials.elastic.output]
+[pylithapp.problem.materials.uppercrust.output]
 cell_info_fields = []
 output_freq = time_step
 time_step = 0.999*year
 writer = pylith.meshio.DataWriterHDF5ExtMesh
 
-[pylithapp.problem.materials.viscoelastic.output]
+[pylithapp.problem.materials.lowercrust.output]
 cell_info_fields = []
 output_freq = time_step
 time_step = 0.999*year

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -9,12 +9,12 @@
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.materials.elastic]
+[pylithapp.timedependent.materials.uppercrust]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 quadrature.cell.quad_order = 1
 
-[pylithapp.timedependent.materials.viscoelastic]
+[pylithapp.timedependent.materials.lowercrust]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
 quadrature.cell.quad_order = 1
@@ -55,11 +55,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4-lowercrust.h5
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np001.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np001.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np001.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np001-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np001-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np001-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np001-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np001-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np002.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np002.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np002.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np002-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np002-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np002-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np002-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np002-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np004.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np004.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np004.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np004-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np004-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np004-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np004-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np004-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np008.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np008.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np008.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np008-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np008-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np008-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np008-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np008-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np016.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np016.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np016.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np016-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np016-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np016-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np016-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np016-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np032.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np032.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np032.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -24,11 +24,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np032-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np032-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np032-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np032-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np032-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -25,11 +25,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np064-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np064-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np064-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np064-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np064-lowercrust.h5
 
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg	2012-04-10 19:20:23 UTC (rev 19934)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg	2012-04-10 23:51:38 UTC (rev 19935)
@@ -25,11 +25,11 @@
 [pylithapp.timedependent.interfaces.fault_xneg.output]
 writer.filename = output/tet4_np128-fault-xneg.h5
 
-[pylithapp.timedependent.materials.elastic.output]
-writer.filename = output/tet4_np128-elastic.h5
+[pylithapp.timedependent.materials.uppercrust.output]
+writer.filename = output/tet4_np128-uppercrust.h5
 
-[pylithapp.timedependent.materials.viscoelastic.output]
-writer.filename = output/tet4_np128-viscoelastic.h5
+[pylithapp.timedependent.materials.lowercrust.output]
+writer.filename = output/tet4_np128-lowercrust.h5
 
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list