[Paraview] Writing a reader plugin for ParaView

2012-07-08 Thread Rakesh Hammond
Hi, I have been playing with writing a reader for ParaView. I followed the Kitware instructions from here http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html I managed to get the source to build and ended up with a .so file as expected. When I try and load in ParaView via

[Paraview] Adding time information to a .vts file

2012-06-27 Thread Rakesh Hammond
Hi, Is it possible to record time information of a simulation into a .vts file? I would like the time of the simulation to be displayed on the screen as I loop through my simulation. I have done this by writing a .pvd file, but just wondered if this can be recorded into a .vts file instead? I

Re: [Paraview] [EXTERNAL] Paraview-3.12.0 Client-Server

2012-02-27 Thread Rakesh Hammond
, cray mpt, and intel mpi. Very rarely seen any interactions between pv and various implementations. Once or twice hit some weird memory bugs in mvapich. On 02/20/2012 10:14 AM, Rakesh Hammond wrote: Alan, Burlen Thanks for the prompt response - I will try with the master of 3.14.0 Burlen

[Paraview] Paraview-3.12.0 Client-Server

2012-02-20 Thread Rakesh Hammond
Hi, I am trying to get ParaView-3.12.0 working on our visualisation cluster. However I am getting errors such as the following Socket error in call to conect : Connection refused As a bit of a background, I have ParaView-3.10.1 working in client-server mode on the same cluster. On the server,

Re: [Paraview] [EXTERNAL] Paraview-3.12.0 Client-Server

2012-02-20 Thread Rakesh Hammond
] *On Behalf Of *Rakesh Hammond *Sent:* Monday, February 20, 2012 9:54 AM *To:* paraview@paraview.org *Subject:* [EXTERNAL] [Paraview] Paraview-3.12.0 Client-Server ** ** Hi, I am trying to get ParaView-3.12.0 working on our visualisation cluster. However I am getting errors

Re: [Paraview] Icet test build fails with Paraview-3.12.0

2012-01-09 Thread Rakesh Hammond
, Bruno On 07-01-2012 21:31, Rakesh Hammond wrote: Bruno, Thanks - I think this is what I am after, I will have a play with this diff. For future reference, can you please tell me how did you find it? I think it would be nice to have a link from the mantis ticket to source code change

Re: [Paraview] Icet test build fails with Paraview-3.12.0

2012-01-09 Thread Rakesh Hammond
you do. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Jan 9, 2012 at 10:21 AM, Rakesh Hammond rakesh.hamm...@googlemail.com wrote: Bruno, Thanks for your help - I got the latest CMakeLists.txt file for ICET

[Paraview] Icet test build fails with Paraview-3.12.0

2012-01-07 Thread Rakesh Hammond
Hi, I am trying to build the ParaView-3.12.0 (stable release on 08th of November 2011) with an mpich library on Linux with gcc-4.5.2. The IceT tests unfortunately fails. Having looked around the bug tracker, I found this ticket http://www.vtk.org/Bug/view.php?id=12716 The problem I am having

Re: [Paraview] Icet test build fails with Paraview-3.12.0

2012-01-07 Thread Rakesh Hammond
bruno.san...@bluecape.com.pt wrote: Hi Rakesh, If I backtracked it correctly, this should be the fix you are looking for: http://paraview.org/gitweb?p=IceT.git;a=commitdiff;h=e2231f1454c90d7d4fd16540d9468ffbdaaec3f7 Best regards, Bruno Date: Sat, 7 Jan 2012 12:07:24 + From: Rakesh

Re: [Paraview] Fwd: saving screen shot as a PNG image, Paraview-3.8.0

2010-08-19 Thread Rakesh Hammond
CVS ParaView? or are you on the git release branch? Or using the source tarball from the webpage? On Fri, Aug 13, 2010 at 2:26 PM, Rakesh Hammond rakesh.hamm...@googlemail.com wrote: -- Forwarded message -- From: Rakesh Hammond rakesh.hamm...@googlemail.com Date: 13

[Paraview] Fwd: saving screen shot as a PNG image, Paraview-3.8.0

2010-08-13 Thread Rakesh Hammond
-- Forwarded message -- From: Rakesh Hammond rakesh.hamm...@googlemail.com Date: 13 August 2010 19:26 Subject: Re: [Paraview] saving screen shot as a PNG image, Paraview-3.8.0 To: pat marion pat.mar...@kitware.com Hi Pat, Thanks for your suggestion - but didn't help, PV-3.8

Re: [Paraview] Fwd: saving screen shot as a PNG image, Paraview-3.8.0

2010-08-13 Thread Rakesh Hammond
release branch? Or using the source tarball from the webpage? On Fri, Aug 13, 2010 at 2:26 PM, Rakesh Hammond rakesh.hamm...@googlemail.com wrote: -- Forwarded message -- From: Rakesh Hammond rakesh.hamm...@googlemail.com Date: 13 August 2010 19:26 Subject: Re: [Paraview

[Paraview] saving screen shot as a PNG image, Paraview-3.8.0

2010-08-12 Thread Rakesh Hammond
Hi I have a .pvti file which I can visualize in Paraview-3.8.0. I would like to save a slice from my data set and able to display the results correctly. However, when I select SaveScreen option with PNG format, it seg faults. I am able to get this to work correctly on 3.6.2 without seg

Re: [Paraview] Sharing GPUs Amongst Processes

2010-03-04 Thread Rakesh Hammond
If I understand your question correctly and if PV can start its own xserver process, then if you boot your compute nodes into level 3, it will not start your xserver. What I am not sure about is if PV can start its own xserver? For example, in VisIt this is possible, and have done it. We now

Re: [Paraview] paraview - client-server

2010-02-05 Thread Rakesh Hammond
wrote: On Thursday 04 February 2010 07:59:46 pm Rakesh Hammond wrote: I am no expert on this type of stuff, but I can see how this would work - the question is if you have multiple users connecting at the same time, obviously you can't forward everything into 1 for example. Hi

[Paraview] paraview - client-server

2010-02-04 Thread Rakesh Hammond
Hi I am trying to get client- server working where the client submits jobs via MOAB to the cluster. In order to do this, I have so far been able to do the following 1)Connect from client to server in rc and just run on the cluster (this was a test and no MOAB) was used 2)SSH into viz cluster,

[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

Re: [Paraview] Paraview3.6.2 and Silo

2010-01-27 Thread Rakesh Hammond
) 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 include the include and header directories for Silo. I have

[Paraview] vtkXMLPRectilinearGridWriter

2009-03-26 Thread Rakesh Hammond
Hi I have a vtkRectilinearGrid - I would like to use the vtkXMLPRectilinearGridWriter to write the output of data into several pieces. In order to do this, I do the following writer-SetInput(grid); writer-SetNumberOfPieces(5); writer-Write(); What this seems to be doing is writing a

[Paraview] vts file format

2009-03-04 Thread Rakesh Hammond
Hi, I got my application to write out each file for each block - the file is written in .vts format and in total i have 23 blocks = 23 files. I then wrote a .pvts file to load everything into Paraview. Can I view this data as a multiblock data set ? Another confusion I have is the difference

[Paraview] Extracting data

2009-02-19 Thread Rakesh Hammond
Hi I have a multi-block time series data set (23 blocks). I select some blocks (0,6,12,18) using extractBlock filter. I then use the plot over line to plot some variables in my selected blocks. If i wanted to save the extracted blocks, i can save as a *.vtm file. However, it only saves the

[Paraview] vtkXMLStructuredGridWriter class

2009-02-18 Thread Rakesh Hammond
Dear all, I am trying to write out a part of my *.vts file into a new *.vts file, where the user can select the i,j,k. In fact I would like to write out the i and k for a given j. In order to do this, I am using the vtkXMLStructuredGridWriter class, in particular the

Re: [Paraview] LD_LIBRARY_PATH

2008-11-12 Thread Rakesh Hammond
ParaView. Utkarsh Dominik Szczerba wrote: yes, it is possible, there should be a cmake option, I dont recall exactly, something with RPATH in name. Dominik Rakesh Hammond wrote: Dear users, Can we some how get around having to specify LD_LIBRARY_PATH for Qt, once we have built paraview

[Paraview] setting up server connections

2008-11-11 Thread Rakesh Hammond
Dear Paraview users, I have PV-3.4 setup and running thanks to your help - I want to roll this out to users and would like to set up the client/server connections using some default settings - I found some xml in my $HOME/.configure/paraview which describes the settings for server connections.

Re: [Paraview] setting up server connections

2008-11-11 Thread Rakesh Hammond
Apologies guys, It looks like, it looks in one of the following 3 directories - ParaView executable directory - $HOME/.config/ParaView/ - /usr/share/ParaView Rakesh 2008/11/11 Rakesh Hammond [EMAIL PROTECTED] Dear Paraview users, I have PV-3.4 setup and running thanks to your

[Paraview] LD_LIBRARY_PATH

2008-11-11 Thread Rakesh Hammond
Dear users, Can we some how get around having to specify LD_LIBRARY_PATH for Qt, once we have built paraview to get it up and running? I remember vaguely being able to use -WI -rpath in make files to do some thing similar, is there anyway to specify this within CMake when we build Paraview?