Re: [Paraview] [EXTERNAL] ParaView session state

2017-09-26 Thread Scott, W Alan
Hi. I have no idea, will let others reply to the question. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of edua...@berrocal.info Sent: Tuesday, September 26, 2017 10:33 AM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] ParaView session state Hello list, Where

Re: [Paraview] ParaView session state

2017-09-26 Thread eduardo
Thanks Aron !! September 26, 2017 10:33 AM, "Aron Helser" wrote: Hi Eduardo, I think you've basically got it, but the state is more complicated than you think. Basically everything has a vtkSMProxy, and those proxies contain the state of the pipeline, representation, and views. Anything that i

Re: [Paraview] ParaView session state

2017-09-26 Thread Aron Helser
Hi Eduardo, I think you've basically got it, but the state is more complicated than you think. Basically everything has a vtkSMProxy, and those proxies contain the state of the pipeline, representation, and views. Anything that is modified from the defaults gets saved in the state file. The vtkSMSe

Re: [Paraview] [Non-DoD Source] Re: ParaView GPU support (UNCLASSIFIED)

2017-09-26 Thread Su, Simon M CIV USARMY RDECOM ARL (US)
CLASSIFICATION: UNCLASSIFIED Hi Robert, Thank you for your email. We will pull that and start using that going forward. We have a system with Tesla P100 and Joe had to manually change the CUDA library detection to get the compile going. Do you know anyone that was successful in getting the co

[Paraview] ParaView session state

2017-09-26 Thread eduardo
Hello list, Where is the data structure(s) in the code where all the objects for the state of a particular ParaView session are kept while it is running?. I have been reading the code, and I think it should be in the "internals" of vtkSMSessionProxyManager, but I am unsure. As far as I understa

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Aron Helser
I can confirm that the bug still exists on Windows with the ParaView 5.4.1 binaries downloaded from paraview.org. To fix it, you can do a little patch to your installation of ParaView. In the file {ParaViewInstallDir}\bin\Lib\site-packages\paraview\web\protocols.py, around line 1070, add these tw

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Sebastien Jourdain
It was probably not back ported to the release branch of 5.4 when Aron fixed it. On Tue, Sep 26, 2017 at 9:31 AM, Daniel Zuidinga wrote: > it works with the nightly build of pv > > > Am 26.09.2017 um 15:23 schrieb Sebastien Jourdain: > > This might be related to https://github.com/Kitware/visual

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Daniel Zuidinga
it works with the nightly build of pv Am 26.09.2017 um 15:23 schrieb Sebastien Jourdain: This might be related to https://github.com/Kitware/visualizer/issues/34 On Tue, Sep 26, 2017 at 1:34 AM, Daniel Zuidinga > wrote: Hi, as soon as I select a dataset to c

Re: [Paraview] Fwd: paraview.simple

2017-09-26 Thread Cory Quammen
Hmm, this is very odd. I don't know why libarpack would be loaded. It looks like something is loading it and libarpack does not like the libgfortran that ships with ParaView. If you are familiar with gdb, could you run pvpython through gdb and get a stack trace where libarpack is being loaded? Th

Re: [Paraview] [Non-DoD Source] Re: ParaView GPU support (UNCLASSIFIED)

2017-09-26 Thread Robert Maynard
Hi Simon, The ability to enable CUDA support in the ParaViewSuperbuild has been added. You will need to have the latest superbuild, and enable `ENABLE_cuda` for support to be added. On Thu, Sep 21, 2017 at 1:08 PM, Su, Simon M CIV USARMY RDECOM ARL (US) wrote: > CLASSIFICATION: UNCLASSIFIED > >

Re: [Paraview] Loading cell data from a netcdf file in ParaView

2017-09-26 Thread Aashish Chaudhary
I believe that is limitation of current ParaView readers. Dan can probably correct me. - Aashish On Tue, Sep 26, 2017 at 8:58 AM Tyson Whitehead wrote: > Hi all, > > A quick request for some help loading cell data from a netcdf file in > ParaView. > > I'm using the "NetCDF files generic and CF

Re: [Paraview] Trouble running paraview 5.4.1 with client-server mode.

2017-09-26 Thread Utkarsh Ayachit
Zhen, Seems like the pvserver process is segfaulting/aborting. When does it happen, as soon as the client connects or after someone steps? It hard to gauge what could be going on. Is it possible for you to do a "debug" build of ParaView on your cluster and then run through gdb? If can get the call

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-09-26 Thread Mathieu Westphal
Hello Simplest way to go would be to add a Python Programmable Filter after the particle tracer, that process each point and does not copy it when it is too far from an arbitrary point. This would work, even with paraview release, but will not be so most efficient implementation. Harder way to go

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-09-26 Thread Van Moer, Mark W
Hi Mathieu, The full science context is, this is a simulation of a binary black hole system. The way the solver works, the black hole locations aren’t actually in the mesh, they’re stored as separate coordinates with an associated radius. The black holes orbit each other during the simulation,

[Paraview] Trouble running paraview 5.4.1 with client-server mode.

2017-09-26 Thread Zhen Ni
Hi, I have installed paraview 5.4.1 on my local macbook and our redhat cluster, and tried to run the client-server mode. However, some errors occurred after the connection and forced it broken. Can you please provide some information on how to resolve this issue? [image: Inline image 3] -- Zhen

Re: [Paraview] Paraview Web bug on windows

2017-09-26 Thread Sebastien Jourdain
This might be related to https://github.com/Kitware/visualizer/issues/34 On Tue, Sep 26, 2017 at 1:34 AM, Daniel Zuidinga wrote: > Hi, > > as soon as I select a dataset to colorize pvpython stops working (see > attached screenshot). > > I use the latest 5.4.1 windows 64bit pv. > > This happens w

[Paraview] Loading cell data from a netcdf file in ParaView

2017-09-26 Thread Tyson Whitehead
Hi all, A quick request for some help loading cell data from a netcdf file in ParaView. I'm using the "NetCDF files generic and CF conventions" reader under ParaView 5.2.0 (the x86_64 linux build you can download off the website). I believe I've followed the CF cell conventions, but it insist

Re: [Paraview] [EXT] Re: Did we change vtk/numpy_interface/internal_algorithms dot routine?

2017-09-26 Thread Dennis Conklin
Berk, Thanks – I know what to do next! Dennis From: Berk Geveci [mailto:berk.gev...@kitware.com] Sent: Monday, September 25, 2017 3:47 PM To: Dennis Conklin Cc: Paraview (paraview@paraview.org) Subject: [EXT] Re: [Paraview] Did we change vtk/numpy_interface/internal_algorithms dot routine?

Re: [Paraview] Accessing particles generated by ParticleTracer

2017-09-26 Thread Mathieu Westphal
Hello Can you give some context ? At which level of implementation are you trying to do that ? Best, Mathieu Westphal On Tue, Sep 26, 2017 at 12:09 AM, Van Moer, Mark W wrote: > Looks like I’d have to get at the std::vector > ParticleVector that’s inherited from vtkParticleTracerBase? I’m gue