[cig-commits] [commit] knepley/fix-parallel-mult-faults, master, next: Switch to HDF5Ext output in test to expose bug. (f3f8abf)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:04:35 PDT 2014


Repository : ssh://geoshell/pylith

On branches: knepley/fix-parallel-mult-faults,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

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

commit f3f8abfdc58f4ad53b1f7d8eb71925bb0ef89d59
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Mon Mar 31 20:00:29 2014 -0700

    Switch to HDF5Ext output in test to expose bug.


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

f3f8abfdc58f4ad53b1f7d8eb71925bb0ef89d59
 tests_auto/3d/tet4/sliptwofaults_np2.cfg | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests_auto/3d/tet4/sliptwofaults_np2.cfg b/tests_auto/3d/tet4/sliptwofaults_np2.cfg
index b1bbb66..654ff30 100644
--- a/tests_auto/3d/tet4/sliptwofaults_np2.cfg
+++ b/tests_auto/3d/tet4/sliptwofaults_np2.cfg
@@ -144,23 +144,23 @@ ksp_gmres_restart = 50
 # output
 # ----------------------------------------------------------------------
 [sliptwofaults_np2.problem.formulation.output.output]
-writer = pylith.meshio.DataWriterHDF5
+writer = pylith.meshio.DataWriterHDF5Ext
 writer.filename = sliptwofaults_np2.h5
 
 [sliptwofaults_np2.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer = pylith.meshio.DataWriterHDF5
+writer = pylith.meshio.DataWriterHDF5Ext
 writer.filename = sliptwofaults_np2-elastic.h5
 
 [sliptwofaults_np2.timedependent.materials.viscoelastic.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer = pylith.meshio.DataWriterHDF5
+writer = pylith.meshio.DataWriterHDF5Ext
 writer.filename = sliptwofaults_np2-viscoelastic.h5
 
 [sliptwofaults_np2.timedependent.interfaces.fault1.output]
-writer = pylith.meshio.DataWriterHDF5
+writer = pylith.meshio.DataWriterHDF5Ext
 writer.filename = sliptwofaults_np2-fault1.h5
 
 [sliptwofaults_np2.timedependent.interfaces.fault2.output]
-writer = pylith.meshio.DataWriterHDF5
+writer = pylith.meshio.DataWriterHDF5Ext
 writer.filename = sliptwofaults_np2-fault2.h5



More information about the CIG-COMMITS mailing list