Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Yangguang Liao
r classes from VTK/ParaView? If so, you > can't mix and match. I am afraid you'll have to build ParaView from > source and then compile the plugin against it. > > On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao <ygl...@ucdavis.edu> > wrote: > > Hi, > > > >

[Paraview] Question about build paraview

2018-01-07 Thread Yangguang Liao
if anybody happen to know this issue. Thanks. -- Yangguang Liao PhD. student of Computer Science Department University of California, Davis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] Compile Error of Paraview on Maverick

2018-01-12 Thread Yangguang Liao
com> wrote: > I don't see any errors in the terminal output you've posted. Are there > errors further back in the terminal output history? > > Thanks, > Cory > > On Wed, Jan 10, 2018 at 12:28 AM, Yangguang Liao <ygl...@ucdavis.edu> > wrote: > > Hi, > > &

[Paraview] Error about reading .pvtk file

2018-01-03 Thread Yangguang Liao
in my build? -- Yangguang Liao PhD. student of Computer Science Department University of California, Davis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages

Re: [Paraview] [EXTERNAL] Error about reading .pvtk file

2018-01-03 Thread Yangguang Liao
y looking at the amount of memory you are using on > the cluster, then again on your local computer. View/ Memory Inspector. > > > > Alan > > > > *From:* ParaView [mailto:paraview-boun...@paraview.org] *On Behalf Of > *Yangguang > Liao > *Sent:* Wednesday, January

Re: [Paraview] [EXTERNAL] Error about reading .pvtk file

2018-01-03 Thread Yangguang Liao
I tried kitware download and my own build. both get crash. and I use windows. On Wed, Jan 3, 2018 at 6:53 PM, Scott, W Alan <wasc...@sandia.gov> wrote: > Is the ParaView a kitware download? What OS? > > > > Alan > > > > *From:* Yangguang Liao [mailto:ygl...

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Yangguang Liao
ess would be that you're accessing a nullptr in > `vtkLIC3DRepresentation::AddToView`. I'd recommend doing a debug build > of ParaView, and then attaching a debugger to confirm and fix. > > Utkarsh > > On Mon, Jan 22, 2018 at 8:18 PM, Yangguang Liao <ygl...@ucdavis.edu> > wrote

[Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-22 Thread Yangguang Liao
in vtkViewCommand(vtkClientServerInterpreter*, vtkObjectBase*, char const*, vtkClientServerStream const&, vtkClientServerStream&, void*) I don't why this only happens in Linux. Anyone could help me figure out? -- Yangguang Liao PhD. student of Computer Science Department University of Californi

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Yangguang Liao
machine on which you should be able to reproduce the > issue. > > On Tue, Jan 23, 2018 at 1:53 PM, Yangguang Liao <ygl...@ucdavis.edu> > wrote: > > I run this paraview on TACC Maverick, which I have no access to debug > build. > > But I run the same plugin on my W