Re: [Paraview] openGL ERROR with chart views

2010-06-22 Thread Luc Bordier
Indeed the error message is continuously being repetead in the output window. I guess it is the reason why the gui is much slower when interacting with the chart. Thanks for the answer. Luc Bordier luc.bord...@sirehna.com Tel : +33 2 51 86 02 80

Re: [Paraview] What is planned about Antialiasing?

2010-06-22 Thread Utkarsh Ayachit
Here's the bug report: http://paraview.org/Bug/view.php?id=10863 Utkarsh On Tue, Jun 22, 2010 at 11:35 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I've added a feature request for the same. We will try address it by 3.10. Utkarsh On Tue, Jun 22, 2010 at 10:38 AM, Richard GRENON

[Paraview] Indication of delay between interactive and still render?

2010-06-22 Thread Moreland, Kenneth
I just got a chance to try out the new feature that pauses for 2 seconds between the last interactive render and the still render to give you a chance to make further movements (http://paraview.org/Bug/view.php?id=10232). Totally cool. One thing I noticed though is that there is no indication

Re: [Paraview] Text position not saved in State File

2010-06-22 Thread Sven Buijssen
Hi Richard, See http://paraview.org/Bug/view.php?id=8789 and http://paraview.org/Bug/view.php?id=10521 It's fixed in git master, not yet pushed to the release branch for PV 3.8.1, though. Sven Richard GRENON wrote, On 22.06.2010 17:46: Hello. Bug with Text sources in PV 3.8.0. When

Re: [Paraview] What is planned about Antialiasing?

2010-06-22 Thread Utkarsh Ayachit
I've added a feature request for the same. We will try address it by 3.10. Utkarsh On Tue, Jun 22, 2010 at 10:38 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello, On this mailing list  (AntiAliasing, Aug 2009), Pat Marion said that the only way to get antialiasing was to recompile PV

[Paraview] PV multiple video cards

2010-06-22 Thread burlen
Hi, currently we suggest users rely on details particular to specific MPI implementations (http://paraview.org/Wiki/Setting_up_a_ParaView_Server#Multiple_GPUs_Per_Node) to set up PV server on clusters with multiple graphics cards per node. It seems to me that this reliance on non standard

Re: [Paraview] PV multiple video cards

2010-06-22 Thread burlen
Hi, I realized that my suggestion relies on processes being assigned in a particular order. So something slightly more complicated would need to be done to determine the number of processes running on each host. Still it would be pretty simple way to make folks lives easier. Let me know what

Re: [Paraview] core dump from pvserver on Fedora linux with nvidia 195.36.24

2010-06-22 Thread Berk Geveci
Can you run pvserver under gdb and give us a stack trace? Also, is X configured to allow the user running pvserver to create a window? -berk On Mon, Jun 21, 2010 at 3:14 PM, Jimmy Dorff jdo...@phy.duke.edu wrote: Hello, We are seeing pvserver crash when it tries to access nvidia hardware.

Re: [Paraview] PV multiple video cards

2010-06-22 Thread Moreland, Kenneth
I think this is a good suggestion. I don't think the fact that it relies on processes being assigned in a particular order is a big deal. The default allocation is usually to place contiguous ranks in the same node anyway. The tiled display options also have heavy reliance on the order in

Re: [Paraview] core dump from pvserver on Fedora linux with nvidia 195.36.24

2010-06-22 Thread Jimmy Dorff
On Tue, 22 Jun 2010, Berk Geveci wrote: Can you run pvserver under gdb and give us a stack trace? See attached. For some reason I can't seem to find a couple qt debuginfo packages. Also, is X configured to allow the user running pvserver to create a window? Yes, in this case the

Re: [Paraview] core dump from pvserver on Fedora linux with nvidia 195.36.24

2010-06-22 Thread Utkarsh Ayachit
Are you able to run any other OpenGL based application such as glxgears or something? Utkarsh On Tue, Jun 22, 2010 at 5:00 PM, Jimmy Dorff jdo...@phy.duke.edu wrote: On Tue, 22 Jun 2010, Berk Geveci wrote: Can you run pvserver under gdb and give us a stack trace? See attached. For some

Re: [Paraview] PV multiple video cards

2010-06-22 Thread Berk Geveci
By the way, if we wanted to go all the way on this, we would also support Windows. I was told that there is an nvidia-specific function that controls the GPU a context uses. I believe that it is this: http://developer.download.nvidia.com/opengl/specs/WGL_nv_gpu_affinity.txt I have no idea if ATI

Re: [Paraview] core dump from pvserver on Fedora linux with nvidia 195.36.24

2010-06-22 Thread Jimmy Dorff
Yes, glxgears runs fine. I'll send glxinfo results out in a bit. - Reply message - From: Utkarsh Ayachit utkarsh.ayac...@kitware.com Date: Tue, Jun 22, 2010 5:18 pm Subject: [Paraview] core dump from pvserver on Fedora linux with nvidia 195.36.24 To: Jimmy Dorff jdo...@phy.duke.edu Cc:

Re: [Paraview] PV multiple video cards

2010-06-22 Thread luc Renambot
That would be cleanest solution, but Nvidia provides it only for Windows and only for Quadro cards. Luc On Jun 22, 2010, at 2:37 PM, Berk Geveci wrote: By the way, if we wanted to go all the way on this, we would also support Windows. I was told that there is an nvidia-specific function

Re: [Paraview] PV multiple video cards

2010-06-22 Thread Francois Bertel
This will require the changes I communicated to the VTK ARB (see item 6) http://public.kitware.com/pipermail/arb/2010-May/93.html On Tue, Jun 22, 2010 at 5:37 PM, Berk Geveci berk.gev...@kitware.com wrote: By the way, if we wanted to go all the way on this, we would also support Windows. I

Re: [Paraview] how to create spreadsheet view from in python shell

2010-06-22 Thread pat marion
Sorry it's not in the formal api right now, but you can do it with: paraview.simple._create_view(SpreadSheetView) Pat On Tue, Jun 22, 2010 at 11:04 PM, m.c.wilk...@massey.ac.nz wrote: Hi, I would like to create a spreadsheet view from within a python plugin. I have methods like