[Paraview] Some questions regarding cave mode and tiled screens

2011-06-30 Thread Atanas Atanasov
Hi , we have a system with 6 Displays. One pair of displays belongs to one node and this node two NVIDIA Quadro Plex 7000 cards. I have written a config file(.pvx) for the cave mode. When i try to connect the client with the server nodes i always get a warning that the DISPLAY on server side

Re: [Paraview] Image Padding : extent problem again

2011-06-30 Thread Tinning, Michael (UK)
Many thanks for your replies, I see you have this one pretty well covered! Michael From: Jérôme [mailto:jerome.ve...@gmail.com] Sent: 29 June 2011 21:19 To: Dominik Szczerba Cc: Burlen Loring; paraview@paraview.org; Tinning, Michael (UK) Subject: Re:

Re: [Paraview] clipped scene with GPU rendering on NVIDIA tesla C1060

2011-06-30 Thread pratik
Burlen, Thanks a lot for that tip! Yes, that indeed was the problem. I was just wonderingwhy does the GPU rendering have to depend on the monitor at all? Since the GPU cards are doing the processing (at least as far as i know)...is there any way in which one can remove this monitor

Re: [Paraview] Paraview Tiled-screen mode with client-renderserver-dataserver blocked

2011-06-30 Thread Robert Maynard
Hi, Have you made sure to launch at a single pvserver process for each tile? Are you getting any error messages on the client machine when you attempt to render or connect to the server? On Thu, Jun 30, 2011 at 6:24 AM, Atanas Atanasov atana...@in.tum.de wrote: Hello , i am using Paraview

[Paraview] ParaView MPI communication

2011-06-30 Thread Adriano Gagliardi
Dear All, I have a requirement for some communication between two or more parallel processes within a ParaView filter (to grab data from another process). I can't seem to find anything on how to do this online or in the books. I'm not experienced in writing code that uses MPI either. Is there

Re: [Paraview] ParaView MPI communication

2011-06-30 Thread Robert Maynard
Hi, A really simple example of using a parallel communicator inside a filter can be found in vtkSamplePlaneSource inside Plugins/SLACTools. It uses the parallel communicator to determine the bounds of the plane across all processes. On Thu, Jun 30, 2011 at 9:02 AM, Adriano Gagliardi

Re: [Paraview] Paraview Tiled-screen mode with client-renderserver-dataserver blocked

2011-06-30 Thread Atanas Atanasov
Hello , with pvserver it works, but quite slow.If i use the pvrenderserver with arguments -tdx and tdy, it is blocked after adding some object. Regards, A.Atanasov On 06/30/2011 02:52 PM, Robert Maynard wrote: Hi, Have you made sure to launch at a single pvserver process for each tile? Are

Re: [Paraview] Paraview Tiled-screen mode with client-renderserver-dataserver blocked

2011-06-30 Thread Utkarsh Ayachit
There may be some issue with tile display with pvrenderserver. In general, I'd recommend using pvserver. For reducing the slowness try playing with the following settings in the Edit | Settings dialog (Render View | Server Page) (I am assuming, the slowness you are referring to is during

[Paraview] vtkSMProperty and vtkSet

2011-06-30 Thread papa ndéné NDIAYE
Hi all, I have a GUI that builds extract block filters and want to modify the BlockIndices property in it. I got the thing about indices but how do I put a vtkSet in a vtkSMProperty? should I fire a signal after modifying a property? I thank you in advance, Regards, Papa

Re: [Paraview] Some questions regarding cave mode and tiled screens

2011-06-30 Thread Aashish Chaudhary
Hi Atanas, On Thu, Jun 30, 2011 at 3:10 AM, Atanas Atanasov atana...@in.tum.de wrote: Hi , we have a system with 6 Displays. One pair of displays belongs to one node and this node two NVIDIA Quadro Plex 7000 cards. I have written a config file(.pvx) for the cave mode. When i try to connect

Re: [Paraview] clipped scene with GPU rendering on NVIDIA tesla C1060

2011-06-30 Thread Burlen Loring
Hi Pratik, you do not need a physical monitor on your servers to use gpu. My knowledge of X11 is limited, but I think you need to declare a display in your xorg config, probably so the windowing system can set up buffers and so on(I welcome correction/clarification on this point). As long as

Re: [Paraview] Some questions regarding cave mode and tiled screens

2011-06-30 Thread Atanas Atanasov
Hi Aashish, thank you for your answer On 06/30/2011 07:36 PM, Aashish Chaudhary wrote: Hi Atanas, On Thu, Jun 30, 2011 at 3:10 AM, Atanas Atanasovatana...@in.tum.de wrote: Hi , we have a system with 6 Displays. One pair of displays belongs to one node and this node two NVIDIA Quadro Plex 7000

[Paraview] Numpy error using Paraview 2.10.1 for mac

2011-06-30 Thread Colin McAuliffe
Hello all, When I try to use the Python calculator I am getting the following error Traceback (most recent call last): File string, line 4, in module File /Users/partyd/Kitware/ParaView-3.10/build/ParaView-build/Utilities/VTKPythonWrapping/site-packages/paraview/vtk/dataset_adapter.py, line

Re: [Paraview] Numpy error using Paraview 2.10.1 for mac

2011-06-30 Thread David Partyka
Hi Colin, Can you try redownloading the binary, someone else noticed this as well a few days ago and I re-upped the binary with the missing numpy modules. If you still have any issues please let me know. Thanks! On Thu, Jun 30, 2011 at 2:27 PM, Colin McAuliffe cjm2...@columbia.eduwrote: Hello

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread bastil2...@yahoo.de
Alan, this may be a problem. I have an older qt in $PATH. Launching with a cleaned path does not change anything. Running make and make install with a cleaned path does not really work. How can I estimate further? Regards Bastian Am 29.06.2011 19:27, schrieb Scott, W Alan: I think I have seen

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread bastil2...@yahoo.de
Utkarsh, How can I elaborate on the issue? I am not sure how to go on. I see the issues with different expectations regarding make install. I simply want a clean installation to distribute into our environment. I tried different things so far. The only working solution I have so far is to copy

Re: [Paraview] Make install still does not work in 3.10.1

2011-06-30 Thread pat marion
Could you try one more time, this time do: cd /path/to/paraview-install LD_LIBRARY_PATH=lib/paraview-3.10.1 lib/paraview-3.10.1/paraview And if it still does not work, please post the result of: cd /path/to/paraview-install LD_LIBRARY_PATH=lib/paraview-3.10.1 ldd lib/paraview-3.10.1/paraview

[Paraview] Error with python calculator tutorial

2011-06-30 Thread Jonathan Regele
Hello, I've searched the web far and wide for an answer to this question, but can't find it. I'm running Ubuntu 10.04 and want to use the python calculator. I downloaded the paraview-3.10.1 binary and loaded paraview. When I follow the tutorial, create sphere assign the expression the value 5 and