[Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso
Hi All, i'm writing here because i would understand better the functionality of pvbatch in Paraview. At moment i'm able to run Paraview in batch launching a python script, and it works good. Here the line command i launch:

[Paraview] Crash of pvserver using pqActiveObjects::instance()

2014-06-05 Thread Christian Andreas
Hello, I'm using an in-house written Plugin to read time dependent simulation data. The plugin has an option to reposition the camera during the RequestData routine in order to keep the focus on the centre of a moving structure of interest. For that purpose we use the

Re: [Paraview] Fwd: OpenGL error

2014-06-05 Thread Hedieh Ebrahimi
Hi Sebastien, Thanks for your help. I disabled the Depth Peeling in ParaView Setting/ RenderView / General and I don´t get the OpenGL errors anymore. Cheers, On 3 June 2014 17:00, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: I believe there is a limitation of your graphic card

Re: [Paraview] exporting selection labels to an SVG as editable/movable text-objects

2014-06-05 Thread David Lonie
Hi Roman, Aha, the cube axis actors are still using vtkVectorText to render the text. vtkVectorText is a text source that produces polydata to forms the characters of the text string, and the actual text information is lost by the time the SVG exporter processes the actors. There was an effort

[Paraview] Make animation from steady state result

2014-06-05 Thread minh hien
Hi all, I got steady state solution for my problem. After plotting streamlines at steady state, I would like to make animation showing moving of spheres (resulted from Glyph filter) on the streamlines, the spheres' velocity should be defined by the flow velocity. How can I make this? Any

Re: [Paraview] [EXTERNAL] Memory explosion and strange behavior -- Linux -- 'clip' -- 360 MB file needs 60 GB ??

2014-06-05 Thread Robert.Atwood
Im sure that should be possible somehow, maybe not the specific data I mentioned which is an external user's unpublished work so far, but we can just get some more if there's some useful collaboration to be had. I've been 'playing' with Paraview since the CCPi and Harwell Imaging Partnership

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Hi Daniele, can you share what your script look like? Seb On Thu, Jun 5, 2014 at 1:56 AM, Daniele Obiso daniele.ob...@phitecingegneria.it wrote: Hi All, i'm writing here because i would understand better the functionality of pvbatch in Paraview. At moment i'm able to run Paraview in

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso
Hi Sebastien, thanks for the reply! The script is about creating slice and sweep animation. But it's working fine, i think there is no problem in it. Do you need the script to understand something about the parallelization? Let me know! Daniele On 06/05/2014 04:17 PM, Sebastien Jourdain

Re: [Paraview] Make animation from steady state result

2014-06-05 Thread minh hien
Thank you David, It works for me now. MH 2014-06-05 10:07 GMT-04:00 David E DeMarle dave.dema...@kitware.com: Make an isocontour of the streamlines' integrationTime variable. Then in animation view, make a track for the isocontour value. David E DeMarle Kitware, Inc. RD Engineer 21

[Paraview] settings and default values

2014-06-05 Thread Felipe Bordeu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi to all, I have a custom filter with default values (defined in the xml). but now I want to populate the default values from the data coming from the plugin settings. so a have a ProxyGroup name=settings with the descriptions of my settings

Re: [Paraview] vtkStructuredGrid not showing

2014-06-05 Thread David E DeMarle
I think you are just missing that you should set WholeExtent in the RequestInformation pass. David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Jun 4, 2014 at 3:15 AM, Andrew Ho andre...@uw.edu wrote: Hi, I'm having some

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Is it using the VTK classes or the paraview Proxy? Moreover, the reader/source is responsible to distribute the data to properly handle parallelism. If it does not, then you right, everything will happen on the root node. Hense a quick look at the script can help us determine which part need to

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Daniele Obiso
Hi Sebastien, here you can find the main parts of the script. /try: paraview.simple// //except: from paraview.simple import *//

Re: [Paraview] Clarification on Paraview pvbatch run

2014-06-05 Thread Sebastien Jourdain
Ok, so you are correctly using everything. The question is now on the *OpenFOAMReader and if it properly use MPI to read and distribute the data.* *Which unfortunately I don't know.* *If you want to force a redistribution of your data across your nodes, you can use the D3 filter just after your

[Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Hong Yi
In our in-situ run linking our simulation to ParaView Catalyst, I found an empty line was always printed from each core during Catalyst initialization (in coprocessorinitializewithpython() call). Although this is not a big deal, it becomes annoying when running on large number of cores. I

Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Andy Bauer
Hi Hong, I've seen this issue but haven't had the time to fix it. If you can enter this issue in our bug tracker (http://www.paraview.org/Bug/my_view_page.php) and assign it to me, I'll try and fix it. Regards, Andy On Thu, Jun 5, 2014 at 2:18 PM, Hong Yi hon...@renci.org wrote: In our

Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Hong Yi
Hi Andy, Done, the issue ID is 0014781. I did not find an input to assign it to you, but I indicated it in the description. I did assign the project to be Catalyst. Thanks, Hong From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Thursday, June 05, 2014 2:44 PM To: Hong Yi Cc:

Re: [Paraview] Empty line printed from each core in coprocessorinitializewithpython() when doing in-situ

2014-06-05 Thread Andy Bauer
Thanks! I just assigned it to myself. Regards, Andy On Thu, Jun 5, 2014 at 3:08 PM, Hong Yi hon...@renci.org wrote: Hi Andy, Done, the issue ID is 0014781. I did not find an input to assign it to you, but I indicated it in the description. I did assign the project to be Catalyst.

[Paraview] Error while trying to run Paraview on server

2014-06-05 Thread Rohit Narurkar
Hello! I am trying to run paraview on a server, but when I do, I get this error: Xlib: extension NV-GLX missing on display localhost:10.0. X Error: BadAlloc (insufficient resources for operation) 11 Extension:154 (Uknown extension) Minor opcode: 3 (Unknown request) Resource id:

Re: [Paraview] [EXTERNAL] Error while trying to run Paraview on server

2014-06-05 Thread Scott, W Alan
Try running glxgears. I wonder if you don’t have OpenGL installed. Or, do you mean you are actually trying to run pvserver on a cluster? Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Rohit Narurkar Sent: Thursday, June 05, 2014 8:06 PM To: paraview@paraview.org

Re: [Paraview] [EXTERNAL] Error while trying to run Paraview on server

2014-06-05 Thread Rohit Narurkar
No I am simply trying to run ParaView on a server computer, and I am getting this error. I think OpenGL is missing, but could there be something else? On Fri, Jun 6, 2014 at 7:38 AM, Scott, W Alan wasc...@sandia.gov wrote: Try running glxgears. I wonder if you don’t have OpenGL installed.

Re: [Paraview] Error while trying to run Paraview on server

2014-06-05 Thread Linh M. Nguyen
Which OS and which version of the NVIDIA driver are you using? Try running the command 'cat /proc/driver/nvidia/version’ to see which version you’re running. If on ubuntu 14.04 LTS make sure you have latest 331 (for bare metal) or 337 beta if on EC2. Nouveau and bumblebee drivers are