Re: [Paraview] Possible NetCDF conflict?

2011-05-27 Thread Adriano Gagliardi
Hi Andy, Well, I managed to get it compiled and working by linking against NetCDF 4.1.1. However, I think it makes sense to remain consistent with the NetCDF version that ParaView uses, which is what I've done and I've got that working now as well. I've not had any issues with respect to MPI so

[Paraview] custom filters missing from menus

2011-05-27 Thread Biddiscombe, John A.
I did a git pull a couple of days ago and notice that when I run in parallel on a windows machine using pvservers, my custom filters no longer appear in menus. Has anyone else had the same problem. I'm never certain if I have somehow messed up my plugins/build or if it's a new bug TIA JB

Re: [Paraview] custom filters missing from menus

2011-05-27 Thread Utkarsh Ayachit
It's a new bug :), I'll take a look. Utkarsh On Fri, May 27, 2011 at 7:53 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: I did a git pull a couple of days ago and notice that when I run in parallel on a windows machine using pvservers, my custom filters no longer appear in menus. Has

Re: [Paraview] custom filters missing from menus

2011-05-27 Thread Utkarsh Ayachit
Oh before I started debugging this, you mentioned plugins, so are these custom filters being loaded from a plugin? If so, is the plugin being loaded on the server too? Unlike before, filter xmls are now exclusively loaded from the server. Utkarsh On Fri, May 27, 2011 at 9:15 AM, Utkarsh Ayachit

Re: [Paraview] pvserver does not terminate after gui disconnects

2011-05-27 Thread Utkarsh Ayachit
pvserver is designed to quit after the client disconnects. Does this show up after a particular operations or always? Is this a debug build? Can you post the stack track for the place where the server is wainting after client quits? On Fri, May 27, 2011 at 12:16 AM, pratik

[Paraview] VisTrails plugin build issue

2011-05-27 Thread Adriano Gagliardi
I've picked up on a small issue with the VisTrails plugin. My recent ParaView build was made against a version of Python that did not include the PyQt libraries, and the VisTrails plugin built without any issues. When loading the plugin into ParaView, an error message appears on the command line:

Re: [Paraview] Possible NetCDF conflict?

2011-05-27 Thread Adriano Gagliardi
Hi Andy, Well, I managed to get it compiled and working by linking against NetCDF 4.1.1. However, I think it makes sense to remain consistent with the NetCDF version that ParaView uses, which is what I've done and I've got that working now as well. I've not had any issues with respect to MPI so

Re: [Paraview] VisTrails plugin build issue

2011-05-27 Thread David Partyka
Thanks for the report Adriano, I will make sure that is the case. On Fri, May 27, 2011 at 9:31 AM, Adriano Gagliardi agaglia...@ara.co.ukwrote: I've picked up on a small issue with the VisTrails plugin. My recent ParaView build was made against a version of Python that did not include the

Re: [Paraview] custom filters missing from menus

2011-05-27 Thread Biddiscombe, John A.
Utkarsh The plugins are loaded on client and server (did you really need to ask?) I had an idea which I tested. I have custom panels (dockwindows), which create proxies, when the gui starts up, the proxies are generated correctly. Then I connect to a server, panels are still ok, but proxeies

Re: [Paraview] Access to paraview pipeline

2011-05-27 Thread David E DeMarle
ParaView's creates its (potentially remote and parallel) VTK data processing pipeline by creating and managing vtkSMSourceProxies ( http://www.paraview.org/doc/nightly/html/classvtkSMSourceProxy.html). Source Proxies are what you see in the Pipeline Browser. You can think of a source proxy as a

Re: [Paraview] pvserver does not terminate after gui disconnects

2011-05-27 Thread pratik
Hi Utkarsh, This problem always shows up, even if i do not load any data. The build is: CMAKE_BUILD_TYPE=DEBUG (PV 3.10.1, both server and client) Can you please tell me how I can do a stack trace of pvserver? best, pratik On Friday 27 May 2011 06:51 PM, Utkarsh Ayachit wrote: pvserver is

Re: [Paraview] pvserver does not terminate after gui disconnects

2011-05-27 Thread pratik
Also, 1) pvserver disconnects properly when run on head node standalone 2) pvserver disconnects properly when run on *one* node via PBS job scheduler. problem arises when i try to use more than one node in the cluster. thanks, pratik On Friday 27 May 2011 08:25 PM, pratik wrote: Hi Utkarsh,

Re: [Paraview] reading png serie as a volume

2011-05-27 Thread David E DeMarle
Is paraview reading it as a time series? If so the bottom of the information tab will show 400 odd timesteps pressing the play vcr control button will play them like a movie. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On

Re: [Paraview] pvserver does not terminate after gui disconnects

2011-05-27 Thread Burlen Loring
Hi Guys, I have noticed this as well. I have been dealing with it by using qdel to make sure the pvserver gets shut down and allocation doesn't get wasted. I thought this happened because I used ncat to forward a port, so I never looked into it. I've used a bash script to submit the

[Paraview] paraview movie frames/second

2011-05-27 Thread Jeremy McCaslin
Hello, Is there an upper bound to the number of frames per second that can be output? I tried 30 and that didn't seem to work. -- JM ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] paraview movie frames/second

2011-05-27 Thread Sven Buijssen
Hi Jeremy, 32 frames per second should work. See http://markmail.org/message/3yaw4lnhutnkksyl and the ParaView bug report at http://www.paraview.org/Bug/view.php?id=11923 Sven Jeremy McCaslin wrote, On 27.05.2011 22:55: Hello, Is there an upper bound to the number of frames per second that

[Paraview] error making animation

2011-05-27 Thread Jeremy McCaslin
Hello, If I specify the fps to be 1, then the animation gets saved properly. However, it doesn't look good because it takes too long to transition between frames. If I set the fps to 20, I get the following error: Generic Warning: In

Re: [Paraview] paraview movie frames/second

2011-05-27 Thread Jeremy McCaslin
Sven, Thanks. I just output at 32 fps and it seems to be writing the file properly. On Fri, May 27, 2011 at 3:10 PM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Hi Jeremy, 32 frames per second should work. See http://markmail.org/message/3yaw4lnhutnkksyl and the ParaView bug report

Re: [Paraview] Xdmf versus XML image data reader

2011-05-27 Thread Dominik Szczerba
Here some numbers. Data generated as source = vtkImageSinusoidSource() source.SetWholeExtent(0,512,0,512,0,512) source.Update() is saved as: VTI uncompressed, VTI compressed, XDMF. The sizes on disk are, respecitvely 1080046108,105356654 and 1080047720 (h5 part). The files are then read back.

Re: [Paraview] [Xdmf] xdmf + vtk image extents

2011-05-27 Thread David E DeMarle
I think the Collection Gridtype is the answer for this. Specify the whole object via the collection grid and the individual pieces as subgrids each covering different portions of the domain. Below is a fake example, (I couldn't get parallel paraview git master server to write the wavelet source

[Paraview] showing geometry when running in parallel

2011-05-27 Thread Jeremy McCaslin
Hello, I like to show the geometry of my computational domain as a surface with low opacity in my animations. When running in parallel, the interprocessor boundaries are shown. Is there a way to show the actual physical boundary without showing these as well? -- JM

Re: [Paraview] showing geometry when running in parallel

2011-05-27 Thread David E DeMarle
If each processor has a layer of ghost cells (ie cells flagged as being the responsibility of the neighbor processor on the other side of the internal boundary) paraview will have enough information not to show the internal boundaries. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive