Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
can reproduce the issue. > > Which version of PV are you using? You're not using the latest(4.1) if > --enable-bt isn't there. Upgrading to 4.1 may help... > > > On 06/19/2014 02:10 PM, jean mensa wrote: > > The server has about 16GB of ram, while the client has 8GB

Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
s probably disabled, perhaps this is a bug. > > multicore would disable remote rendering , according to a recent post on > the mail list. > > mulitcore the client and servers run on the same system and thus the X > server load could in fact be coming from the server rather than the

Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
oring wrote: > > The server seems to load the dataset properly but no image is shown on the client. > > OK, so is this the crash or a new issue? If there's no image how could you tell the server loaded the dataset correctly? > > > > On 06/19/2014 12:53 PM, jean mensa

Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
> OK, one possibility is that it may be related to remote rendering > settings. Under menu Edit->Settings->Render View->Server there is a remote > render threshold. I always set this to 0 bytes to ensure remote parallel > rendering. What's yours set to? > > On 06/19/20

Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
re that there is no -X on the ssh command line. > > Burlen > > > On 06/19/2014 11:46 AM, jean mensa wrote: > > When I do that Xorg process on the client drains the memory up until it > crashes. The connection I think is properly established since it works fine > for smaller

Re: [Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
tp://www.paraview.org/Wiki/Reverse_connection_and_port_forwarding > http://www.paraview.org/Wiki/ParaView:Server_Configuration > http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server > http://www.paraview.org/Wiki/ParaView_And_Mesa_3D > > > > > On 06/19/2014 10:33 AM, jea

[Paraview] memory load on client when running on server

2014-06-19 Thread jean mensa
Hi all, I have a rather large unstructured pvtu dataset (about 4 million points) which I am visualizing on a remote server. I am running the paraview GUI (with the multicore option) on the server and I connect to it via ssh sharing the X server. In this way I can control the GUI running on the serv

[Paraview] how-to use vtkCleanUnstructuredGrid?

2012-06-16 Thread jean mensa
Hi all, I am trying to clean an unstructured mesh with a python script and I want to use the vtkCleanUnstructuredGrid() filter. What I have now is something that looks like this, ugrid = vtk.vtkUnstructuredGrid() gridreader = vtk.vtkXMLUnstructuredGridReader() gridreader.SetFileName(filename) grid