[cig-commits] r19382 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Wed Jan 18 17:42:44 PST 2012


Author: brad
Date: 2012-01-18 17:42:44 -0800 (Wed, 18 Jan 2012)
New Revision: 19382

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
Log:
Switched to HDF5 writer for partition.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-01-18 21:51:13 UTC (rev 19381)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-01-19 01:42:44 UTC (rev 19382)
@@ -31,7 +31,8 @@
 
 distributor.partitioner = parmetis
 distributor.write_partition = True
-distributor.data_writer.filename = output/partition.vtk
+distributor.data_writer = pylith.meshio.DataWriterHDF5Mesh
+distributor.data_writer.filename = output/partition.h5
 
 [pylithapp.mesh_generator.reader]
 coordsys.space_dim = 3



More information about the CIG-COMMITS mailing list