I simplified the example and found, that the segfault is independed of hyperslab. The attached simplified xdmf-file segfaults in paraview 3.4 and 3.6, too. Any ideas?
This should work. At least I found an example and cannot see the difference: www.hpc.lsu.edu/training/20090304/presentations/sciviz_hpcworkshop_jinghua.pdf (page 25) Jens schrieb: > Hi, > > I try to use hdf5-hyperslabs for the Geometry-section, > but this results in a segmentation fault of paraview 3.4.0 and 3.6.1. > Any ideas? I attached an example. > > Greetings > Jens > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview
test_geom.h5
Description: Binary data
<?xml version="1.0" ?>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
<Xdmf Version="2.0">
<Domain Name="test_geom">
<Grid Name="SpatialCollection" GridType="Collection" CollectionType="Spatial">
<Grid Name="1-1-1_t0.0" Type="Uniform">
<Topology TopologyType="3DRectMesh" NumberOfElements="512 512 512"> </Topology>
<Geometry GeometryType="X_Y_Z">
<DataItem Name="X" Format="HDF" NumberType="Float" Precision="8" Dimensions="512">
test_geom.h5:/coordx
</DataItem>
<DataItem Name="Y" Format="HDF" NumberType="Float" Precision="8" Dimensions="512">
test_geom.h5:/coordy
</DataItem>
<DataItem Name="Z" Format="HDF" NumberType="Float" Precision="8" Dimensions="512">
test_geom.h5:/coordz
</DataItem>
</Geometry>
</Grid>
</Grid>
</Domain>
</Xdmf>
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
