Re: [Paraview] Subject: Problem setting extents in parallel programmable source

2016-12-15 Thread Favre Jean
Sorry you had such trouble. Here is an example you can play with. It generates a Rectilinear Grid, in parallel, on any number of MPI tasks. You set the dims[] array, and ParaView does the splitting. Tested with 5.2. - Jean M. Favre Swiss National Supercomputing Center CH-6900

[Paraview] Subject: Problem setting extents in parallel programmable source

2016-12-15 Thread Mauro Fontana
Hello I'm writing because after a couple dozen hours I'm still unable to make a Python Programmable Source that works in more than 1 process. I've been up and down through the Paraview Guide and spent lots of times googling, but the only useful posts (and mails from this lists) that seemed

Re: [Paraview] Fwd: Segfault reading polyhedral cells xdmf3 file

2016-12-15 Thread David E DeMarle
On Thu, Dec 15, 2016 at 4:39 PM, David E DeMarle wrote: > fails on windows some of the time. ;) If you open it up with the spreadsheet view (so no rendering), you can see that the cell connectivity array gets nonsense in it - some of the time. When you then open a

Re: [Paraview] Fwd: Segfault reading polyhedral cells xdmf3 file

2016-12-15 Thread David E DeMarle
Can confirm that it Alessangro's initial xdmf file fails on windows (crash is in somewhere in the rendering stack - need a debug build to diagnose further) but works OK on Linux. Please submit an issue on the ParaView issue tracker. David E DeMarle Kitware, Inc. R Engineer 21 Corporate Drive

[Paraview] building qt via paraview-superbuild on macOS 10.12 still fails

2016-12-15 Thread Fabian Wein
Yesterday qt 5.7.1 was released but I still have issues building qt via pvsb while building qt everywhere manually with the very same configure options just works. configuring qt manually results in linker calls like clang++ -headerpad_max_install_names -stdlib=libc++ -Wl,-syslibroot … When I

Re: [Paraview] Custom filters

2016-12-15 Thread Utkarsh Ayachit
Rustem, Can you share snippets of your XML/code to help me understand how you're building this custom filter? Thanks Utkarsh On Thu, Dec 8, 2016 at 5:43 PM, Rustem Khabetdinov wrote: > Hello > > I have a custom filter that reads data with vtk exodus reader. I