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

2011-04-18 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 0x2aaab68640b7

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

2011-04-18 Thread Arjun Yadav
Try messa 7.7.1 We use paraview3.10.0 and messa7.7.1 with mpi support. It does work. Arjun >差出人 : "Albina, Frank" >宛先 : "Kevin H. Hobbs" ,David Partyka >件名 : Re: [Paraview] Paraview v3.10.1/0 segmentation fault with MPI and MESA support on. >送信日時 : 2011/04/19 15:00:32 > >Hi Kevin! > >Thanks a

Re: [Paraview] making movies in ParaView

2011-04-18 Thread Ivo Roghair
If you did not build with FFMPEG, but if you have it installed, try the command ffmpeg -qscale 3 -r 30 -b 4 -i filename.%04d.png movie-output.avi For mencoder, a similar command exists. Otherwise, you can try using 'avidemux', a graphical user interface where you can open the first of the ima

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

2011-04-18 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 what

Re: [Paraview] Empty Object Properties - Custom Reader Plugin

2011-04-18 Thread Xunlei Wu
Thanks a lot, David. Both you and Karl nailed my problem. I was not aware of the XML aspect at all by following http://www.cmake.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader http://www.kitware.com/products/html/WritingAParaViewReaderPlug-in.html which all stopped at exposing WHOLE_EXTENT(), SPA

Re: [Paraview] VTK_IO_EXPORT vs VTK_EXPORT (VTK_ABI_IMPORT vs VTK_ABI_EXPORT)

2011-04-18 Thread Xunlei Wu
Thanks, Marcus. In the end, my problem turns out to be not having the adequate description in the server manager XML which essentially linked with Cell/Point Data Array selection methods... Here is David's reply. http://www.paraview.org/pipermail/paraview/2011-April/021078.html Best, xunlei

Re: [Paraview] scan all point data in a 'for' loop

2011-04-18 Thread David E DeMarle
Please keep the discussion on the mailing list so everyone can benefit from and/or critique the questions and responses. I suggest creating the multiple curves by recording a macro that instantiates the plot and python programmable filter pair, then edit the macro to make it repeat that N times.

Re: [Paraview] Empty Object Properties - Custom Reader Plugin

2011-04-18 Thread David E DeMarle
Do you have the XML to tell paraview to use those? The AVS UCD entry in filters.xml has the following, the first is an information_only (ie readback) property that tells ParaView what the available arrays are, the sencond is a normal (ie write) property that tells ParaView how to tell which arrays

Re: [Paraview] scan all point data in a 'for' loop

2011-04-18 Thread David E DeMarle
You should use a python programmable filter, not the python shell. The python shell is in the client, and typically has no acess to the data on the server, the python filter runs on the server. If you must use the shell, use servermanager.Fetch to bring the actual data to the client and then use p

[Paraview] scan all point data in a 'for' loop

2011-04-18 Thread Stéphane Backaert
Hello, I made a PlotOnIntersectionCurve on one of my slices: I get in a spreadsheet view a list of points that belong to this intersection. I would like to make a 'for' loop on each point (to make an average of components of the vectors associated to each point actually) in a python script...

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

2011-04-18 Thread Kevin H. Hobbs
On 04/18/2011 07:50 AM, David Partyka wrote: > For > example, here is how Kevin Hobes builds mesa and configures ParaView on > his RedHat cluster. > Frank, I am willing to help you out if you are still having trouble. signature.asc Description: OpenPGP digital signature _

Re: [Paraview] 3.10 Segfault XDMF

2011-04-18 Thread Utkarsh Ayachit
I just verified that this file works fine with the git-master ParaView as well as 3.10.1 on Linux-64 bit. Utkarsh On Fri, Mar 11, 2011 at 3:09 AM, Jens Kleimann wrote: > Dear Tim and Utkarsh, > > On 11.03.2011 01:30, Utkarsh Ayachit wrote: >> That'd be great. You can send it directly to me too i

[Paraview] Transform very very slow

2011-04-18 Thread David Doria
If I create a source (plane, sphere etc), I can move the scene around with no problems. However, as soon as I apply a transform filter to the source, when I try to adjust the transform it takes ~5 seconds to refresh and my cpu hits 100% usage. If I adjust the transform with the text boxes (translat

Re: [Paraview] VTK_IO_EXPORT vs VTK_EXPORT (VTK_ABI_IMPORT vs VTK_ABI_EXPORT)

2011-04-18 Thread Marcus D. Hanwell
On Sat, Apr 16, 2011 at 9:04 PM, Xunlei Wu wrote: > Thanks a lot, Marcus. > I was hoping to figure out why my plugin dll does not behave the same way as > other internally built reader classes (dlls) which have the clause of > dllexport and dllimport depending on the hosting project. My plugin d

Re: [Paraview] xdmf issues with paraview 2.6.2?

2011-04-18 Thread David E DeMarle
The vtkXdmf reader and writer were rewritten during ParaView 3.7. (So they appear first in release 3.8.) Specifically they were rewritten so as to use the xdmf library to do the bulk of the xml file wrangling that the original vtk classes did on their own. This was possible because of the update o

Re: [Paraview] Python modules.

2011-04-18 Thread DParker
I haven't had any success running the paraview package from my standard Python installation. However, I have done the reverse - use packages from my standard Python installation in pvpython. You can use path configuration files to automatically append to your pvpython path - see http://docs.pyt

Re: [Paraview] VisIt Database Bridge - Custom Plugin of VisIt Reader

2011-04-18 Thread Robert Maynard
Hi Simon, I have attached an example CMakeLists.txt that support external library linking and include directories. Since you are linking to a static build of HDF5 you will need to manually add each library to VISIT_PLUGIN_EXTERNAL_LIBS separated by semicolons. On Mon, Apr 11, 2011 at 5:19 PM, Si

Re: [Paraview] xdmf issues with paraview 2.6.2?

2011-04-18 Thread Utkarsh Ayachit
ParaView's XDMF reader was significantly revamped in past possibly 3.8, I can't remember.So it's possible that older versions don't support all xdmf files. Utkarsh On Sun, Apr 17, 2011 at 4:38 PM, Pratik Mallya wrote: > I am currently using 3.10...but since clusters in my office have 3.6.2 > ins

Re: [Paraview] making movies in ParaView

2011-04-18 Thread David Partyka
Did you configure your ParaView build with FFMPEG? It uses that library to create avi files. On Mon, Apr 18, 2011 at 5:06 AM, wang wrote: > Hello ParaView users, > > I have a question over making movie in Paraview. Some time ago I could make > avi format movies in ParaView. But now it says "avi

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

2011-04-18 Thread David Partyka
How did you compile mesa and what settings did you set in CMake to enable osmesa for ParaView? I don't believe there should be X11 classes in your stack trace if it is configured to do off screen rendering. For example, here is how Kevin Hobes builds mesa and configures ParaView on his RedHat clust

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

2011-04-18 Thread Albina, Frank
Dear All! I have a few issues with getting paraview v3.10.0/v3.10.1 running without getting a segmentation fault just after the logo window appears and the Qt window builds up. This happens only for the time being if I am using the following settings: + MPI support enabled (using openMPI v1.4.

[Paraview] making movies in ParaView

2011-04-18 Thread wang
Hello ParaView users, I have a question over making movie in Paraview. Some time ago I could make avi format movies in ParaView. But now it says "avi format is unknown". Here is the error massage shown up: ERROR: In /builddir/build/BUILD/ParaView-3.8.0/Servers/ServerManager/vtkSMAnimationSce