[cig-commits] r19383 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d

brad at geodynamics.org brad at geodynamics.org
Wed Jan 18 17:48:43 PST 2012


Author: brad
Date: 2012-01-18 17:48:43 -0800 (Wed, 18 Jan 2012)
New Revision: 19383

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

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



More information about the CIG-COMMITS mailing list