Re: [Paraview] ParaView 4.3.1 client runs X out of memory

2015-05-22 Thread Burlen Loring
Hi Jeff, It really sounds like you are unintentionally using X forwarding. It could be baked into your ssh config or a bash alias. I see the window with the gears if you are really doing remote rendering, you won't see the window. you may be able to confirm accidental X forward using ssh

Re: [Paraview] ParaView 4.3.1 client runs X out of memory

2015-05-22 Thread Jeff Becker
On 05/22/2015 01:38 PM, Burlen Loring wrote: Hi Jeff, It really sounds like you are unintentionally using X forwarding. It could be baked into your ssh config or a bash alias. After some digging, it appears X forwarding is configured on in our ssh config. I got it to work by explicitly

Re: [Paraview] Maximize CUDA processors usage by Paraview

2015-05-22 Thread Robert Maynard
By default ParaView doesn't have CUDA support built-in. Only a couple of plugins support CUDA and only for the features provided in those plugins. The plugins that can use CUDA are: Piston, SciberQuest, and Dax. On Fri, May 22, 2015 at 2:19 PM, Léo Pessanha leonardopessanh...@gmail.com wrote:

Re: [Paraview] Build ParaViewWeb on windows

2015-05-22 Thread Yu Yu
Thanks Sebastien for the suggestion ! Yes, it works now. The final setting that make it works is this: set PYTHONPATH=C:\Python27\Lib\site-packages\win32; C:\Python27\Lib\site-packages\win32\lib; Thanks for your help On Tue, May 19, 2015 at 9:49 PM, Sebastien Jourdain

Re: [Paraview] ParaView 4.3.1 client runs X out of memory

2015-05-22 Thread Utkarsh Ayachit
Jeff, Can you make sure the Remote Render Threshold is set to 0? Also, do you have an X server running (and accessible) on the backend nodes? You're not using ssh -X to login to the backend nodes, right? On Thu, May 21, 2015 at 4:54 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: Hi. I

[Paraview] FlyIn and FlyOut in ParaView 4

2015-05-22 Thread Thomas Oliveira
Hi, I found on this manual http://vis.lbl.gov/NERSC/Software/paraview/docs/HTML/paraview.htm#camera_controls.htm that a previous version of ParaView had FlyIn and FlyOut among the controls for 3D movements. Do you if they are available in ParaView 4? Best regards, Thomas Oliveira

Re: [Paraview] FlyIn and FlyOut in ParaView 4

2015-05-22 Thread Stephen Wornom
Utkarsh Ayachit wrote: Thomas, Alas no. That was something that was lost in 3.0 transition. I haven't looked into it in detail, but if there's sufficient interest, it should not be too hard to resurrect the old code. Yes it would be very useful. Thanks, Stephen Utkarsh On Fri, May 22, 2015

[Paraview] PV 4.1.0 programmimg the camera position using python

2015-05-22 Thread Stephen Wornom
Are there some examples available showing how to programming the camera position using python? The position would be a function (x,y,z,t). Hope my question is clear. Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50

[Paraview] Call for papers: ISAV: In Situ Infrastructures for Enabling Extreme-Scale

2015-05-22 Thread Patrick O'Leary
=== Call for papers: ISAV: In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization === an SC15 Workshop, Monday afternoon 16 November 2015 Event web page: http://vis.lbl.gov/Events/ISAV-2015/ This workshop brings together researchers, developers and practitioners from

Re: [Paraview] ParaView 4.3.1 client runs X out of memory

2015-05-22 Thread Jeff Becker
On 05/22/2015 07:28 AM, Utkarsh Ayachit wrote: Jeff, Can you make sure the Remote Render Threshold is set to 0? It is Also, do you have an X server running (and accessible) on the backend nodes? You're not using ssh -X to login to the backend nodes, right? I do start an X server on the

[Paraview] Maximize CUDA processors usage by Paraview

2015-05-22 Thread Léo Pessanha
Hi, I would like to know how can i set Paraview to make the most use of my nvidia graphic cards Only by compiling with the properly CUDA libraries will i achieve that? I've tried to compile but it seems that windows is having some trouble finding the toolkit root dir, executables and libs Can

Re: [Paraview] PV 4.1.0 programmimg the camera position using python

2015-05-22 Thread Dan Lipsa
Stephen, See ParaView User Guide section 4.4.3, section Interactions. Dan On Fri, May 22, 2015 at 12:06 PM, Stephen Wornom stephen.wor...@inria.fr wrote: Are there some examples available showing how to programming the camera position using python? The position would be a function