Re: [Paraview] PV 5.0.1 client-server crashing for some datasets

2016-05-25 Thread Matthew Brown
I rebuilt the cluster's installation of Paraview 5.0.1 making sure to set VTK_RENDERING_BACKEND=OpenGL2 since this will be most compatible with the superbuild binaries. The datasets I originally could not load now seem to load and render correctly. I will have more users test the installation

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-25 Thread Adam Lyon
Hi Sven - I'm very interested in how you got catalyst to work with paraviewweb. Can you post your code somewhere (or send me a tar file or something)? I would very much appreciate that. Thanks very much! -- Adam *--* *Adam L. Lyon* *Scientist; Associate Division Head for Systems for

Re: [Paraview] PV 5.0.1 client-server crashing for some datasets

2016-05-25 Thread Matthew Brown
Thank you for the quick reply. On the client, I used a superbuild for MacOS X which I take it is built with OpenGL2. On the cluster, I accepted the default flag which (upon rerunning ccmake) appears to be OpenGL on this system. So, the client and server are almost certainly built to use

Re: [Paraview] PV 5.0.1 client-server crashing for some datasets

2016-05-25 Thread Utkarsh Ayachit
Matt, Can you confirm that both the client and server are using the same rendering backend? Unfortunately, there's no clean way to do that except to look at the CMakeCache.txt used to build to two. Confirm that the VTK_RENDERING_BACKEND CMake flag is set to the same value on both. I suspect one

[Paraview] PV 5.0.1 client-server crashing for some datasets

2016-05-25 Thread Matthew Brown
I have recently built and installed ParaView 5.0.1 on one of our clusters and am having issues when loading most datasets that I have tried. 1. remote rendering seems to work with no issues: I can make spheres and cylinders and move them around and color their sections according the core doing

Re: [Paraview] Slow with just 1M cells

2016-05-25 Thread Moreland, Kenneth
Michele, I took a look at the data you sent me. I experienced many of the issues you brought up. After taking a closer look at the data, I realized that many of the cells in your data are of the general polyhedral type. Unlike the standard cell shapes like tetrahedron and hexahedron,

Re: [Paraview] Programmable filter - script for mean of two input PointSources

2016-05-25 Thread Jonathan Borduas
Hi, What is the best way to proceed if someone wants to use the new coordinate (mean of the two dots) in another filter using a Link. For instance, I would like to use the coordinate as the Origin of a Clip filter. Thank you, -Message d'origine- De : ParaView

Re: [Paraview] Bug in XDMF reader ?

2016-05-25 Thread Joachim Pouderoux
Franck, Feel free to fill a bug on ParaView bug tracker here: http://www.paraview.org/Bug Best, Joachim *Joachim Pouderoux* *PhD, Technical Expert* *Kitware SAS * 2016-05-25 16:33 GMT+02:00 houssen : > Got no news. Should I file a bug ? If yes, how ?

Re: [Paraview] Bug in XDMF reader ?

2016-05-25 Thread houssen
Got no news. Should I file a bug ? If yes, how ? Franck Le 2016-05-21 18:57, houssen a écrit : I've just tried to visualize KO.xdmf with visit-2.10.2 : it works fine ! So I guess it's a bug in paraview. How to file a bug ? Franck Le 2016-05-17 15:07, houssen a écrit : Just to clarify, the

Re: [Paraview] using contour plot with xdmf input

2016-05-25 Thread Stephanie Wollherr
Dear Ukarsh, thank you for solving this problem! It works perfectly fine now! Kind regards, Stephanie On 25/05/16 15:29, Utkarsh Ayachit wrote: > Stephanie, > > The issue seems to be the fact that in the XDMF file you have a whole > lot of duplicated points. Here's my pipeline: > >

Re: [Paraview] using contour plot with xdmf input

2016-05-25 Thread Utkarsh Ayachit
Stephanie, The issue seems to be the fact that in the XDMF file you have a whole lot of duplicated points. Here's my pipeline: fault.xmdf -> Clean To Grid -> Cell Data To Point Data Now I can contour as expected. Clean To Grid will merge duplicate points. On Tue, May 24, 2016 at 9:18 AM,