Re: [Paraview] Custom Panel will NOT load image as Icon.

2010-02-05 Thread Paul Edwards
1) You need to check you are adding the resources: QT4_ADD_RESOURCES(RCS_SRCS MyResource.qrc) Check this by looking at the generated file in the build directory (qrc_MyResource.cxx). 2) Make sure you are including it in the plugin: ADD_PARAVIEW_PLUGIN(MyPlugin

Re: [Paraview] Custom Panel will NOT load image as Icon.

2010-02-05 Thread Michael Jackson
Thanks for the sanity check. I guess something was not getting rebuilt as I cleaned the project and rebuilt and now the image is properly loaded. Odd. Thanks again for taking the time. ___ Mike Jackson

[Paraview] [Ensight Gold format] Crash of temporal data

2010-02-05 Thread Robert Sawko
Hello Everybody! I am struggling with a small and rather curious issue. I imported data in Ensight format to paraview. Data describe 20 time steps of a very simple simulation. I can view the first frame, however upon pressing Next Frame ParaView crashed and treats me with a Segmentaion Fault

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread Bart Janssens
On Thursday 04 February 2010 09:33:24 pm you wrote: What about Valgrind? Any chance you can start one of the processes such that you can run it in Valgrind? I ran things in valgrind, but this showed exactly the same crash. I have recompiled mesa with TLS, so the PTHREADS block in the ASM

Re: [Paraview] Automatic transformation over several files

2010-02-05 Thread Moreland, Kenneth
In ParaView 3.6.2 you can assign your python script to a macro which can appear as both a menu entry and a toolbar button. Is that sexy enough? -Ken On 2/5/10 6:50 AM, Tristan Salles-Taing sallesta...@gmail.com wrote: Hi guys, Is there a way of applying a transformation (increase the Z

Re: [Paraview] [Ensight Gold format] Crash of temporal data

2010-02-05 Thread Zhanping Liu
Robert: A similar problem (I am not sure if it is just what you reported herein) was reported not long ago and was then fixed. Is your PV up to date? If possible, please send me your files. Thanks. -Zhanping On Fri, Feb 5, 2010 at 10:29 AM, Robert Sawko

Re: [Paraview] [Ensight Gold format] Crash of temporal data

2010-02-05 Thread Zhanping Liu
Robert: I tested your EnSight dataset with my PV (up to date with the PV repository) and it works fine. If you still encounter this problem after updating your PV, please tell me the detailed operations that you performed to cause it. -Zhanping On Fri, Feb 5, 2010 at 10:29 AM,

[Paraview] Best format for time dependent datasets (polygonal mesh) with constant topology

2010-02-05 Thread Manuel González
I am planning to use Paraview to post-process results from my in-house developed simulation software. After reading the “Paraview Guide”, the “File Formats for VTK” and googling data formats, I still find very difficult to select the data format (among those supported by Paraview) which is more

Re: [Paraview] paraview - client-server

2010-02-05 Thread Rakesh Hammond
Hi, Thanks for your replies - I think the plan is to have two queues in our new machine (parallel and interactive). What Pat described here is what we have been thinking about, just thought there must be a more elegant solution than this - for example, in VisIt you don't have to include the

Re: [Paraview] paraview - client-server

2010-02-05 Thread pat marion
If admins are concerned about opening ports than maybe you should use ssh tunnels instead of portfwd. I like to recommend portfwd because I find it simpler to use, but usually an ssh tunnel can work just as well. And you don't have to worry about killing portfwd when your done. If you can get a

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread Jeff Baumes
Just a thought: Have you tried an entirely clean rebuild? Someone got an error similar to this before and it went away after a rebuild. Jeff On Fri, Feb 5, 2010 at 10:32 AM, Bart Janssens bart.janss...@rma.ac.be wrote: On Thursday 04 February 2010 09:33:24 pm you wrote: What about Valgrind?

Re: [Paraview] Best format for time dependent datasets (polygonal mesh) with constant topology

2010-02-05 Thread Samuel Key
Manuel, A easy data format for your application would be the EnSight binary format: 1) The mesh topology/geometry is stored in a seperate file. (I have seen remarks that it can be a one-time write, however, I write topology and coordinates every time step but direct the reader to only read

Re: [Paraview] paraview - client-server

2010-02-05 Thread Berk Geveci
I was thinking about this. Is it not possible to run a script that starts the ParaView server, figures out where the first node is and then sets up an ssh tunnel to that node through the login node? On Fri, Feb 5, 2010 at 1:46 PM, pat marion pat.mar...@kitware.com wrote: If admins are concerned

Re: [Paraview] paraview - client-server

2010-02-05 Thread pat marion
I wasn't able to do that on the last cluster I worked on because it was not possible to ssh to a compute node. Usually I just set up a reverse tunnel from the login node to my work machine. The server starts up on the compute nodes and does a reverse connection to the login node which then

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread Bart Janssens
On Friday 05 February 2010 07:48:45 pm Jeff Baumes wrote: Just a thought: Have you tried an entirely clean rebuild? Someone got an error similar to this before and it went away after a rebuild. Nope, sorry, keeps happening after a full rebuild (even threw away the CMake cache). One thing I

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread burlen
Getting the exact same OSMesa setup as someone who has this working on many processors could help to confirm this. A possibility is that when run on the compute nodes open gl libraries other than the one you expect are used. That can cause a strange crash. I have seen it before. If you're

Re: [Paraview] Crash using openmpi with more than 4 processes

2010-02-05 Thread burlen
Also, make sure you PV configuration uses the opengl and osmesa from your build. To make it easy I always run ccmake the first time with these options on the command line: -DVTK_OPENGL_HAS_OSMESA=ON -DOPENGL_INCLUDE_DIR=/u/burlen/apps/Mesa-7.5.1-Intel/include

Re: [Paraview] paraview - client-server

2010-02-05 Thread joseph insley
Hey, Berk, I will need to dig around for them, but I have a few scripts that I have used to do this. Here is the basics of how they work. We have a scheduled resource that requires OTP. I have a script that I run on my local host, which will first prompt me for how many nodes and how

Re: [Paraview] Automatic transformation over several files

2010-02-05 Thread Tristan Salles-Taing
Thanks for your help, I was not able to find any documentation about the macro tool? How can I assign my python script to a macro? How to create a macro? Cheers Tristan 2010/2/5, Moreland, Kenneth kmo...@sandia.gov: In ParaView 3.6.2 you can assign your python script to a macro which can