Re: [Paraview] Development Install Tree

2010-03-15 Thread Mark Olesen
On Fri, 2010-03-12 at 13:11 -0500, Dave Partyka wrote: I just tried this on my Debian machine and the biggest executable in my bin dir weighs in at 2.5 MB. Note that this is a Debug build as my Release build tree is a bit out of date at the moment. Also all of the CMake files appear to be in

[Paraview] package .deb

2010-03-15 Thread Cecile Forella
Hello, Has someone succeed in creating a .deb package from paraview? ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView

Re: [Paraview] Development Install Tree

2010-03-15 Thread Paul Edwards
Hi, I solved my problem with building documentation by building initially with make HTMLDocumentation. It didn't include the filters/sources (in the help - files existed on disk) if I did a normal make first. Regards, Paul On 12 March 2010 14:15, Mark Olesen mark.ole...@faurecia.com wrote:

Re: [Paraview] package .deb

2010-03-15 Thread LUK ShunTim
Cecile Forella wrote: Hello, Has someone succeed in creating a .deb package from paraview? Yes. :-) http://packages.debian.org/sid/paraview Regards, ST -- ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] package .deb

2010-03-15 Thread Cecile Forella
I've problem while doing the debuild instruction : Here is the error message : /users/mics/forella/Paraview/paraview-3.6.2/Utilities/Xdmf2/libsrc/XdmfH5Driver.cxx:176: erreur: braces around scalar initializer for type ‘H5FD_mem_t’

Re: [Paraview] Access to the dataset data from python

2010-03-15 Thread Paul Edwards
Thanks - exactly what I need :) On 12 March 2010 14:36, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Look at servermanager.Fetch() On Fri, Mar 12, 2010 at 8:59 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, Is there a way to get actual point data or field data in the python

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
   paraview-real: error while loading shared libraries: libVPIC.so:    cannot open shared object file: No such file or directory That's indeed a missing install rule, which I believe Dave fixed over the weekend. Apart from the inconvenience of using cpack (I really just want to create an

Re: [Paraview] [ParaView] debug mode

2010-03-15 Thread Utkarsh Ayachit
I want to see the debug information of ParaView while executing it, so I changed this-Debug=0 to this-Debug=1 in the constructor of vtkObject.cxx, but compilation failed. I am not sure now the compilation could fail. Can you post the error? Are you missing a ; or something of that sort?

Re: [Paraview] Input Editor - Cramped Input Port Selection

2010-03-15 Thread Paul Edwards
One simple fix would be to make sure that the preview window isn't selectable. A lot of my users get confused thinking one box is for the input and the other as the source. Regards, Paul On 12 March 2010 19:10, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I cannot agree more. I am going

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
Sven/Mark, I'm reaching (or missing it) via the Help (F1) and trying to get information on the sources, filters or readers as illustrated in the attached screenshot. I've committed a fix for the missing sources/filters documentation. There was a dependency issue. Feel free to give it a try.

Re: [Paraview] PV 3.6.2 and VirtualGL

2010-03-15 Thread Paul Melis
Utkarsh Ayachit wrote: I cannot think of why this could be happening. Try playing with scalar coloring on/off etc. for the glyphs. What happens if you further process the gyphs, say pass through a shrink filter? No change, still no results. One thing I just noticed in shock is that when

Re: [Paraview] Paraview 3.6.2 / Open MPI 1.4.1: Server Connection Closed! / Server failed to gather information./cslog

2010-03-15 Thread Kevin H. Hobbs
On 03/12/2010 09:40 AM, Utkarsh Ayachit wrote: Is it possible to attach a debugger to the server processes and see where it crashes? On Fri, Mar 12, 2010 at 7:03 AM, SCHROEDER, Martin martin.schroe...@mtu.de wrote: Hello when I'm trying to run paraview (pvserver) on a single host using

Re: [Paraview] Development Install Tree

2010-03-15 Thread Sven Buijssen
Utkarsh, I can confirm that help for sources/filters/readers/writers works like a charm again. Thanks Sven Utkarsh Ayachit wrote, On 15.03.2010 15:51: Sven/Mark, I'm reaching (or missing it) via the Help (F1) and trying to get information on the sources, filters or readers as illustrated

Re: [Paraview] Problems writing Ensight Gold format

2010-03-15 Thread Zhanping Liu
Hi Erik: Debug shows that your cell data files (test*.00) are not in valid EnSight Gold format. A valid binary 'Scalar per Element' (i.e., scalar cell data) file begins with a 80-char description line, followed by a 80-char line that contains token 'part'. Then comes with an integer (in

Re: [Paraview] Paraview 3.6.2 / Open MPI 1.4.1: Server Connection Closed! / Server failed to gather information./cslog

2010-03-15 Thread Kevin H. Hobbs
On 03/15/2010 12:48 PM, SCHROEDER, Martin wrote: Thanks a lot, You are welcome. I've tried this option, but it seems that this wasn't the source of the problem. Dang. Are there any more parameters that influence the behaviour of resetting a connection ? I do not know.

Re: [Paraview] Development Install Tree

2010-03-15 Thread Utkarsh Ayachit
Here are the update install/distribution instructions. http://www.paraview.org/Wiki/ParaView:Build_And_Install#Install_ParaView Feel free to contribute/suggest any improvements. Utkarsh On Mon, Mar 15, 2010 at 12:27 PM, Sven Buijssen sven.buijs...@tu-dortmund.de wrote: Utkarsh, I can

Re: [Paraview] Input Editor - Cramped Input Port Selection

2010-03-15 Thread Samuel Key
See comments below, Christian Werner wrote: As a user, may I present three suggestions, two of which should be very easy and still yield an improvement. 1) remove the Pipeline Preview: This may be rude because it's somehow nice. But then again, you cannot change what happens to the pipeline

Re: [Paraview] Development Install Tree

2010-03-15 Thread Eric E. Monson
Hey Utkarsh, That looks great -- thanks for updating it! Some small question regarding the Compiling on the Mac section: Do we really need the suggestion of VTK_USE_CARBON=ON any more now that Qt 4.6 supports Cocoa just fine? (There could be a note saying that it should automatically detect

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Eric E. Monson
Hey Peter, What platform are you using and how are you trying to import the .so file? On my Mac, any of the VTK libraries (my own or original VTK) which are wrapped in Python end up as .so files, and they load just fine. What is python saying when it doesn't seem to recognize them? Talk to

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Peter Brady
Hi Eric, I'm use Fedora 11 64-bit. I tried a few more things so maybe this will help. Using f2py gives me a .so file (streamfunc.so) which I can then import in a pvpython script using: import streamfunc My problem is that I have a programmable filter which needs this module but when I import

[Paraview] exodusII transient simulation

2010-03-15 Thread Nestor M. Solalinde
Hi, I'm having trouble visualizing a transient simulation with exodusII files. If I open each file one at the time everything works fine, but i cant run a simulation w all the files, with the corresponding time steps. Files are named out.ex2.010, out.ex2.011, out.ex2.012 and so on. I'm loading the

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Eric E. Monson
Hey Peter, Maybe the problem is that the PYTHONPATH that the programmable filter knows doesn't contain your module? Try adding at the beginning of your Programmable Filter: import sys sys.path.append('/Dir/of/your/library') so it can see things in your library directory and see if your

Re: [Paraview] pvpython and f2py

2010-03-15 Thread Peter Brady
Eric, That seems to do the trick. Thanks, Peter. On Mon, Mar 15, 2010 at 3:55 PM, Eric E. Monson emon...@cs.duke.edu wrote: Hey Peter, Maybe the problem is that the PYTHONPATH that the programmable filter knows doesn't contain your module? Try adding at the beginning of your

Re: [Paraview] Input Editor - Cramped Input Port Selection

2010-03-15 Thread Utkarsh Ayachit
I agree, the pipeline preview is confusing and for the most part useless. Unless people object, I'd vote for removing it as well. Attached is a sample mockup. In case of filters like Append which have single input port, but multiple input connections, the use can type in a comma separated list of

Re: [Paraview] 64-bit version for MacOS?

2010-03-15 Thread Karen Lee
So I tried to download the 3.6.1, but it still says paraview: Mach-O executable i386. I have the MacOS 10.5.8. Is there a way to get a 64-bit executable of paraview? Thanks, Karen On Mon, Mar 15, 2010 at 9:02 PM, Karen Lee kylka...@gmail.com wrote: Hi Paraview users and developers, I'm

Re: [Paraview] 64-bit version for MacOS?

2010-03-15 Thread Mike Jackson
You will have to build ParaView against a 64 bit build of Qt yourself. Which means compiling Qt as a Cocoa Framework, then compiling ParaView against that version of Qt. There are some minor user interface issues due mainly to the Cocoa Port of Qt not being up to the same level as the Carbon

[Paraview] 64-bit version for MacOS?

2010-03-15 Thread Karen Lee
Hi Paraview users and developers, I'm wondering if there is a 64-but version of paraview for MacOS. don't seem to see one under 3.6.2. The 3.6.1 one for Macintosh OS X, Tiger and Leopard (Intel) is in 64 bits right? Thanks, Karen ___ Powered by