Re: [Paraview] Error importing numpy [Windows]

2010-11-01 Thread Dave Partyka
That is a strange error. Usually it prints what library it had an issue with. That said, I am assuming you're numpy was built against lapack/blas or clapack? Are those dlls in your path as well? On Fri, Oct 29, 2010 at 12:19 PM, dpar...@chromalloy.com wrote: I'm attempting to use an existing

[Paraview] vtkSMExtractDocumentation linking error for ParaView 3.8.1

2010-11-01 Thread Christine Corbett Moran
I'm setting up ParaView 3.8.1 (stable version from source linked on the website) on our cluster and running into a linking error. the error is [ 87%] Built target vtkPVServerManager Linking CXX executable ../../bin/vtkSMExtractDocumentation ../../bin/libvtkPVServerCommon.so: undefined reference

[Paraview] .cosmo file format?

2010-11-01 Thread Paul Melis
Hi, Is there some documentation on the file format Cosmology files (.cosmo) supported in PV? I've been reading Analyzing and visualizing cosmological simulations with paraview by Woodring et.al, where the cosmological support that was added to PV 3.8 is described. The .cosmo file format is

Re: [Paraview] .cosmo file format?

2010-11-01 Thread David E DeMarle
This is how Jon responded (with minor edits from me) off-list: The cosmo file format is simple, it is just a record format/list of particles: 7 floats and 1 32-bit int per record/particle, no header. x1 vx1 y1 vy1 z1 vz1 mass1 tag1 x2 vx2 y2 vy2 z2 vz2 mass2 tag2 x3 vx3 y3 vy3 z3 vz3

[Paraview] Half precision float data set

2010-11-01 Thread Nicholas Yue
Hi, I have a HDF5 file with half-precision-float stored as DATATYPE H5T_STD_I16LE Has anyone managed to load such data into Paraview? What is the workflow? I have success loading single float HDF5 datasets via XDMF. Regards