[Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread Rakesh Hammond
Hi I am trying to install PV3.6.2 with the SILO option turned on. When I try the Configure in Cmake, it asks me to include the include and header directories for Silo. I have configured and installed Silo 4.7.2 and 4.6.2 on my local machine. When I point to the relevant header and lib in CMake a

Re: [Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread Dave Partyka
You need to point CMake to the actual lib file (.so) not the directory it is in. On Wed, Jan 27, 2010 at 5:29 PM, Rakesh Hammond < rakesh.hamm...@googlemail.com> wrote: > Hi > > I am trying to install PV3.6.2 with the SILO option turned on. When I try > the Configure in Cmake, it asks me to incl

Re: [Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread pat marion
This is the version of silo that is known to work for the silo reader enabled by PARAVIEW_USE_SILO: https://wci.llnl.gov/codes/visit/3rd_party/silo060605.sh You may find that the file vtkSiloReader.cxx does not compile when using the version of silo you have installed. Goodluck! Pat On Wed, Ja

Re: [Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread Rakesh Hammond
Pat, Spot on - during compilation, end up with errors like /home/satheesh/libs/ParaView3/Servers/Filters/vtkSiloReader.cxx: In member function ‘vtkDataSet* vtkSiloReader::CreateRectilinearMesh(DBquadmesh*)’: Digging around on the error, found that others also had similar problem. Am I correct i

Re: [Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread pat marion
The VisitBridge is advertised as the preferred method. The vtkSiloReader is not officially supported, but it does still work if you use the older version of silo I linked to in my last email. It's possible that it will fail to read certain silo files that contain new structures not available in t