[Paraview] Doubt regarding the installation of Paraview in Unix like systems.

2011-10-26 Thread Sriram Ragav
Dear all I am a newbie to Linux. I was trying to install paraview in a Linux based cluster. I was following the instructions given in http://www.vtk.org/Wiki/ParaView:Build_And_Install . I am stuck at the point - Configure ParaView with Cmake. I am attaching the error I got while installi

[Paraview] ParaView GUI hanging in debug mode

2011-10-26 Thread Adriano Gagliardi
Dear All, I'm trying to debug a parallel reader I am working on. I normally work with gdb and ParaView in serial client-server mode, which works fine. However, I'm now trying to debug the client-server mode when run in parallel using MPICH2 and I'm encountering issues. I've tried the following:

Re: [Paraview] Doubt regarding the installation of Paraview in Unix like systems.

2011-10-26 Thread Favre Jean
The FindGIT.cmake file is only available with cmake version 2.8.5 or above. you are using cmake version 2.6.4 and you need to upgrade to a newer cmake. Jean CSCS ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.k

Re: [Paraview] Doubt regarding the installation of Paraview in Unix like systems.

2011-10-26 Thread Sriram Ragav
Dear Jean, I ahve downloaded and installed a newer version in a separate folder. The installation guide says "Use ccmake (Curses CMake GUI) from the CMake installed location. CCMake is a Curses based GUI for CMake. To run it go to the build directory and specify as an argument the src directory".

Re: [Paraview] PYTHONPATH for prebuilt MAC OSX Paraview

2011-10-26 Thread David E DeMarle
Make sure the build tree's bin directory is in you DYLD_LIBRARY_PATH. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Sat, Oct 22, 2011 at 9:40 AM, Colin McAuliffe wrote: > I tried building from source but I am getting errors imp

Re: [Paraview] Linking error when trying to use vtkGLSL/vtkXMLShader

2011-10-26 Thread Utkarsh Ayachit
Classes in graphics cannot depend on classes in rendering. You can move your filter to hybrid. Utkarsh On Oct 26, 2011, at 12:11 AM, Sohail Shafii wrote: > Hi, > > I am currently trying to do some shader operations in a standard C++ filter. > This filter (inherits from vtkMultiBlockDataS

Re: [Paraview] Cube Axes labels problems in current ParaView sources

2011-10-26 Thread Aashish Chaudhary
Hi Nenad, I looked into the code and the behavior you are seeing is correct. So it is not a bug but I think what you are asking is quite logicial. Probably I need to put some logic in vtkCubeAxesRepresentation. I will drop another email once I have it working. Best, On Tue, Oct 18, 2011 at 2

Re: [Paraview] Paraview will not build

2011-10-26 Thread Cook, Rich
These are all good suggestions. Thanks so much for the help everybody! Our mvapich MPI could easily be 1x instead of 2x. However, the good news is that by switching to OpenMPI and diddling with the CMakeCache.txt, I was able to get it to build including the MILI reader. As for not hacking t

Re: [Paraview] Paraview will not build

2011-10-26 Thread Tim Gallagher
I don't really have a horse in the race here, but I've fought a lot with CMake and the old school Makefile/configure setup and CMake is infinitely better. To address your rant: 0. We've used it on every HPC system the DOD, DOE and NASA have to offer with no problems. Cray, IBM, SGI, our own in-

Re: [Paraview] Paraview will not build

2011-10-26 Thread Michael Jackson
I would have to offer that ParaView _can_ be a harsh introduction to CMake. If you are using CMake on a MUCH smaller project then learning CMake can have a much less steep learning curve. And in the end it is MUCH less time consuming for the developers to upkeep a few CMake files rather than

Re: [Paraview] Doubt regarding the installation of Paraview in Unix like systems.

2011-10-26 Thread Kevin H. Hobbs
On 10/26/2011 11:09 AM, Sriram Ragav wrote: > Dear Jean, > > I ahve downloaded and installed a newer version in a separate folder. > The installation guide says "Use ccmake (Curses CMake GUI) from the CMake > installed location. CCMake is a Curses based GUI for CMake. To run it go to > the build d

Re: [Paraview] Paraview will not build

2011-10-26 Thread David Partyka
Sorry Jim, I wasn't trying to take a cheap shot. Anyway, I created a bug report for fixing MPI 1 support in IceT and assigned it to Ken. http://www.paraview.org/Bug/view.php?id=12682 On Wed, Oct 26, 2011 at 12:54 PM, Michael Jackson < mike.jack...@bluequartz.net> wrote: >I would have to offe

Re: [Paraview] ParaView GUI hanging in debug mode

2011-10-26 Thread Paul Edwards
When debugging in parallel you will need to start the job without gdb and then connect individually to each of the pvserver processes with gdb. The other option is to use a parallel debugger such as DDT or totalview - both are commercial but you can get a trial license. Note: I'm biased towards D

Re: [Paraview] Displaying texts from pointdata

2011-10-26 Thread Nehme Bilal
The "Selection Inspector" of ParaView can probably do what you want: http://paraview.org/OnlineHelpCurrent/SelectionInspector.html Nehme On Sun, Aug 7, 2011 at 7:42 PM, ChiaWeng Boon wrote: > Hi, > > I would like to display the ID numbers of my bodies. They are saved > as a Point Data as follow

[Paraview] Error reading MILI files

2011-10-26 Thread Cook, Rich
We finally have Paraview working with the MILI reader. It's glorious! Thanks again for the help in making that happen. However, there is an error reading the data from our user. I may have screwed up, or perhaps there is a bug in the reader. Is there someone that could help troubleshooting

Re: [Paraview] pvdataserver no clip/slice work

2011-10-26 Thread René Widera
With the pvserver all work fine. A other solution is: Don't use the pvx File. Run only. mpirun -machinefile servers.dat -np 4 ./pvdataserver ./pvrenderserver ./paraview work. Am 25.10.2011 21:12, schrieb Robert Maynard: Hi, if you use a single pvserver instead of pvdataserver and pvrende

Re: [Paraview] Error reading MILI files

2011-10-26 Thread Robert Maynard
I was the person that implemented the current bridge so you can contact me if you need help. On Wed, Oct 26, 2011 at 2:47 PM, Cook, Rich wrote: > We finally have Paraview working with the MILI reader.  It's glorious!   > Thanks again for the help in making that happen. > > However, there is an er

[Paraview] Problems with pvdataserver and pvrenderserver

2011-10-26 Thread René Widera
Hi, this is the way I start my paraview envirement. (on a cluset) mpirun -machinefile server.dat -np 4 ./pvdataserver (on joker) ./pvrenderserver (world) ./paraview The problem is if the first node from the pvdataserver and the pvrenderserver are not on the same machine I get a connecti

Re: [Paraview] Paraview will not build

2011-10-26 Thread Moreland, Kenneth
Gar. I guess I should have been paying attention to this email thread. I'll take a look at this. I don't think I can easily replicate the compile problem. Could someone (Rich?) please volunteer to accept a patch and attempt to compile it rather than have me spin my wheels trying to install a

[Paraview] Simple distance measurement between points

2011-10-26 Thread Marco Nawijn
Dear All, I have a very simple question. I have a regular need to measure the distance between points in a grid. Is this possible? If not, would it make a chance if I add to the feature request list? Kind regards, Marco P.S. I would be happy to try to implement this myself, but I would need som

Re: [Paraview] Paraview will not build

2011-10-26 Thread Takuya OSHIMA
Hi Ken, I am happy to try your patch too if turnaround of several days is acceptable because we have to throw the whole cmake/make process in a batch queue. Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: "Mor

[Paraview] Programmable filter issue with modifying grid data

2011-10-26 Thread Mr FancyPants
Hi there, I am trying to write a programmable filter which will take my RectilinearGrid data and modify one of the data arrays. Specifically I want to sum over one dimension. I have written something to do this, but my data comes out garbled. Below is my code. Basically all I am doing is extracti