Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on.

2011-04-19 Thread Albina, Frank
Hi Kevin! Thanks a lot for the offer. To be honest, I am still having trouble to run paraview v3.10.0/v3.10.1 to have CPU rendering only with additional X support. On the one hand, I am performing the same configuration steps with CMake as for paraview 3.8.1, for which I have had no issues

Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on.

2011-04-19 Thread Albina, Frank
Hi Arjun! Thanks for the info. I tried this one too, but it does not work either. Just to be sure, I rebuilt it from scratch and I am having a different issue (Illegal instruction instead of segmentation fault), but at the same place: [...] #0 0x00b14f90 in ?? () #1

[Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread Pratik Mallya
Hello, I built praview 3.10 successfully with openmpi 1.4 on my laptop. However, when i tried to do the same thing on a cluster, i get the following error: [ 36%] Built target TestCxxFeatures [ 36%] Built target TestInstantiator [ 36%] Built target FilteringCxxTests Linking CXX executable

Re: [Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread David Partyka
What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to? On my Windows system that uses OpenMPI is have MPI_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib And MPI_EXTRA_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi_cxx.lib On

Re: [Paraview] Issue with Slice filter plane source

2011-04-19 Thread Sven Buijssen
Hi Adriano, I recall that one. See http://www.paraview.org/Bug/view.php?id=9984 Got fixed in 3.8.0. Sven Adriano Gagliardi wrote, On 04/19/11 13:00: I've come across a strange issue with the Slice filter. Admittedly, I am using an older version of ParaView (3.6.2) but, before I go through

Re: [Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread Pratik Mallya
David Partyka wrote: What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to? On my Windows system that uses OpenMPI is have MPI_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib And MPI_EXTRA_LIBRARY set to: C:/Kitware/ParaView

Re: [Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread Michael Wild
On 04/19/2011 02:18 PM, Pratik Mallya wrote: David Partyka wrote: What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to? On my Windows system that uses OpenMPI is have MPI_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib And MPI_EXTRA_LIBRARY set to:

Re: [Paraview] Issue with Slice filter plane source

2011-04-19 Thread Adriano Gagliardi
Brilliant! Now if I could only persuade the internal team to let me upgrade PV to 3.10! Thanks, Adriano === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644

Re: [Paraview] Issue with Slice filter plane source

2011-04-19 Thread Utkarsh Ayachit
Kudos to you Sven! No idea how you often manage to track down past bug reports etc. but that's just great :). Utkarsh On Tue, Apr 19, 2011 at 8:14 AM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Hi Adriano, I recall that one. See http://www.paraview.org/Bug/view.php?id=9984 Got fixed

Re: [Paraview] compiling master from git, problem on debian machine

2011-04-19 Thread Michael Wild
On 02/11/2011 07:10 PM, Ricardo Reis wrote: I've tried compiling the git source on a 32 and a 64 bit machine. Both run debian testing. I've tried with MPI2PY ON and OFF I'm using MPI YES, Python YES Both stop with the error (see attach) Any ideas? Ricardo Reis Just

Re: [Paraview] openmpi 1.4 error paraview?

2011-04-19 Thread Pratik Mallya
David Partyka wrote: What do you have MPI_LIBRAY and MPI_EXTRA_LIBRARY set to? On my Windows system that uses OpenMPI is have MPI_LIBRARY set to: C:/Kitware/ParaView 3.10/build-x64/OpenMPI-install/lib/libmpi.lib And MPI_EXTRA_LIBRARY set to: C:/Kitware/ParaView

Re: [Paraview] Possible bug in v3.10 when multiple readers available

2011-04-19 Thread Utkarsh Ayachit
Nenad, The list returned by vtkSMReaderFactory::GetReaders() is list of 3-tuples, hence the check for 3. Utkarsh On Mon, Mar 28, 2011 at 5:34 PM, Nenad Vujicic nena...@gmail.com wrote: Hello everyone, I had problems when loading files for which there are more then one readers available.

[Paraview] CSV input, programmable filter

2011-04-19 Thread Randy Heiland
Hi gang, I have a simple CSV input file and would like to perform a simple arithmetic operation and plot results, e.g. Col1xCol2. I thought the Programmable Filter might be the ticket, but it is disabled, so I'm wondering why and/or wondering what an alternative approach is? PV 3.10.1 from

Re: [Paraview] error after last git update: protobuf

2011-04-19 Thread Sebastien Jourdain
Did you update your submodules ? git submodule update Seb On Tue, Apr 19, 2011 at 10:55 AM, Ricardo Reis rr...@aero.ist.utl.pt wrote:  I've got this error after my last git update:  CMake Error at CMake/ParaViewCommon.cmake:514 (ADD_SUBDIRECTORY):   The source directory    

Re: [Paraview] error after last git update: protobuf

2011-04-19 Thread Robert Maynard
If you have run the SetupForDevelopment script in Utilities you can use the command: git pullall which will pull from master then do a submodule init and update. On Tue, Apr 19, 2011 at 11:03 AM, Andy Bauer andy.ba...@kitware.com wrote: Probably need to initialize it: git submodule update

[Paraview] Custom Panel Force Accept

2011-04-19 Thread Brian C. Panneton (CONTR)
I have a custom panel which has a QListWidget. The panel updates the widget when another panel widget gets changed. I have a SLOT which catches this change, modifies the QListWidget. I have another SLOT catch when the QListWidgetItems are checked/unchecked and calls this-setModified(). Thus

Re: [Paraview] Custom Panel Force Accept

2011-04-19 Thread Utkarsh Ayachit
If RequestData() is not being called, it implies that no property on the filter/source proxy is being modified at all. Is that the case? Utkarsh On Tue, Apr 19, 2011 at 11:05 AM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: I have a custom panel which has a QListWidget. The

Re: [Paraview] Custom Panel Force Accept

2011-04-19 Thread Biddiscombe, John A.
calling this-setModified isn't enough. You need to make sure the proxy object that represents the thing you're tweaking has its property value modified, then when accept is called, the proxy will push it's values and request data ought to be triggered JB -Original Message- From:

[Paraview] a question in paraview

2011-04-19 Thread chunlianhu
Hi all I am new in learning paraview. And Now I have a question in using it. There is .vtk file. And I'd like to generate arrows with the data and also the surfacemap with the same data for the system. I mean, that there is a 3d data H, could you plot a figure that H both are the arrows and

[Paraview] Free lunch seminar in RTP on May 4th

2011-04-19 Thread Lisa Avila
Kitware is offering a free lunchtime seminar on May 4th at 12pm in the Hamner Conference Center at the North Carolina Biotechnology Center. This 90 minute seminar will cover cutting-edge topics in open-source scientific software solutions and provide case studies for their successful integration

[Paraview] ParaView build bug

2011-04-19 Thread Scott, W Alan
Have any of you folks found this build bug before? Any great ideas? [ 88%] Built target vtkPVServerManagerPython Linking CXX executable ../../bin/vtkSMExtractDocumentation ../../bin/libvtkXdmf.so: undefined reference to `typeinfo for vtkXRenderWindowInteractor' ../../bin/libvtkXdmf.so:

Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on.

2011-04-19 Thread Kevin H. Hobbs
On 04/19/2011 12:29 PM, Albina, Frank wrote: Thank you very for your help anyway and please let me know if you have made any progress with building paraview on your cluster. The script I will use to update the software in /opt on our cluster is attached. I'm about to try it (I've done bits

Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on.

2011-04-19 Thread Kevin H. Hobbs
This one runs as user and sudo's the right things... build_opt_software.sh Description: application/shellscript signature.asc Description: OpenPGP digital signature ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] Compiling with AVI support

2011-04-19 Thread Kit Chambers
Hi all, When i compile paraview 3.10.0 from source it is unable to save animations as AVI. The system is RHEL5 - 64 bit. I have compiled with it linked against ffmpeg which I installed from source as per http://www.vtk.org/VTK/resources/software.html#addons In CMake I have specified:

Re: [Paraview] Compiling with AVI support

2011-04-19 Thread David Partyka
That should be all that is necessary, I used that older FFMPEG on the ParaView releases up through 3.8.x. In 3.10.x I switched to the newer FFMPEG 0.6.1 release http://www.ffmpeg.org/releases/ffmpeg-0.6.1.tar.gz On Tue, Apr 19, 2011 at 4:54 PM, Kit Chambers kit.chamb...@rocktalkimaging.com

[Paraview] Missing vtkXdmf headers in development installation

2011-04-19 Thread Abishek Gopal
   I can't seem to find the vtkXdmf headers   like vtkXdmfReader.h vtkXdmfReaderInternal.h  in the Paraview development installation  v3.8.1. Any help is appreciated. Thanks! -- Abishek Gopal ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] accessing additional options on PV filter

2011-04-19 Thread Dan Lussier
Yes - that's great. Thanks! On 19-Apr-11, at 4:05 PM, David E DeMarle wrote: I wouldn't use python, instead use an XML plugin. See: http://paraview.org/Wiki/Plugin_HowTo#XML_Only What you want to do is: 1) copy the entry for that filter out of filters.xml 2) change the name for the proxy