[Paraview] ParaView 5.3.0 and VTK-m

2017-02-14 Thread GUILBAUD Claire
Hi all, I'm trying to build ParaView 5.3.0 with the last version of VTK-m (sources download today using git clone https://gitlab.kitware.com/vtk/vtk-m.git). I compile VTK-m with TBB backend (version 4.2), gcc 4.9 and -std=c++11 option. I have the following issues a lot of times when

[Paraview] paraview.5.1.renderingbackend.opengl on server and paraview.5.1.renderingbackend.opengl2 on client

2016-09-08 Thread GUILBAUD Claire
Hi John, It is written in the code that you can't have a client in OpenGL and a server in OpenGL2 on the server. But you can have a pvserver with mesa with backend opengl2. When you build ParaView with Mesa, you have to choose a backend. This means that you must build 2 times ParaView for

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-09-06 Thread GUILBAUD Claire
Hi David, The trouble happens when ParaView is compiled with VTK_ALL_NEW_OBJECT_FACTORY=ON. It seems there is a naming problem when using factories: the name used in the New method is not the same as the one used in the destructor. One of my colleague fixed it: in VTK/Common/Core, he modified