[Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Hi, Can anyone explain why the following warnings are appearing when I open the Python Shell? This only appears to be happening on my machine in interactive mode (using pvpython or pvbatch, I don't get these messages). >>> from paraview.simple import * Warning: Clip is being overwritten. This ma

Re: [Paraview] (no subject)

2009-12-16 Thread Sven Buijssen
Hi Adriano, Sounds familiar to me. I reported this a while back to Mantis: http://www.paraview.org/Bug/view.php?id=9549 Sven - Original Message - From: "Adriano Gagliardi" To: "'ParaView'" Sent: Mittwoch, 16. Dezember 2009 10:23:25 Subject: [Paraview] (no subject) > Hi, > > Can anyone

[Paraview] Paraview 3.6.1 crashes !

2009-12-16 Thread Christophe Peyret
Hello, I'm using paraview 3.6.1 for ppc on Mac OS X 10.5.8. Every things worked.. until last friday. Now, I'm facing problem with the scalar data range, when I try to edit it (click on edit color map button), it crashes ! here is the beginning of the log crash : Process: paraview [10

[Paraview] multiple vector arrays for point data

2009-12-16 Thread Paul Edwards
Hi, Is it possible to have multiple vector arrays for point data? By using the "SetVector" method it will overwrite any previous vector values. The other option I have tried is to use "AddArray" but this does not work properly with a transform as the vector array added with "SetVector" will get

[Paraview] time series

2009-12-16 Thread Didier Roissé
Hello, I write a plugin reader. And this reader reads data which is time dependent. So in RequestInformation I set the different values for steps and the min and max value of time like this : for(int i=0;iAppend(vtkStreamingDemandDrivenPipeline::TIME_STEPS(),timeStep[i]); timeRange[0]=time_min; t

Re: [Paraview] time series

2009-12-16 Thread Biddiscombe, John A.
Have a look at the time presentation on the paraview wiki under IEEE 2008 tutorial. you need XML + RequestInformation and then it should work JB From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Didier Roissé Sent: 16 December 2009 13:04 To: paraview@paravi

Re: [Paraview] how to configure display wall

2009-12-16 Thread Moreland, Kenneth
You have to run a single MPI job over both of your machines and then turn on tiled display with the -tdx and -tdy flags. I added some details to the Wiki: http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Using_a_Tiled_Display -Ken On 12/15/09 6:43 PM, "liu ning" wrote: Hi all , I

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Berk Geveci
That's strange. Are you positive that you set LD_LIBRARY_PATH correctly and you also exported the variable (assuming you are using bash/ksh/zsh)? -berk On Tue, Dec 15, 2009 at 11:52 PM, Huan Sun wrote: > > Hi, > > Thanks for the help. Somehow cmake didn't find the correct mpiexec -- it > did fin

Re: [Paraview] (no subject)

2009-12-16 Thread Berk Geveci
Hi Adriano, Are you loading any plugin or do you have any custom filters? -berk On Wed, Dec 16, 2009 at 4:23 AM, Adriano Gagliardi wrote: > Hi, > > Can anyone explain why the following warnings are appearing when I open the > Python Shell? This only appears to be happening on my machine in inte

Re: [Paraview] Paraview 3.6.1 crashes !

2009-12-16 Thread Utkarsh Ayachit
Are you saying the same binary for 3.6.1 started failing all of sudden since last Friday? Utkarsh On Wed, Dec 16, 2009 at 5:04 AM, Christophe Peyret wrote: > Hello, > > I'm using paraview 3.6.1 for ppc on Mac OS X 10.5.8. Every things worked.. > until last friday. Now, I'm facing problem with t

Re: [Paraview] Paraview 3.6.1 crashes !

2009-12-16 Thread Utkarsh Ayachit
Try running with "-dr" command line argument (You'll have to run from a terminal specifying the full executable path ParaView.app/MacOS/Contents/... and the add '-dr') Does that help? Utkarsh On Wed, Dec 16, 2009 at 9:50 AM, Utkarsh Ayachit wrote: > Are you saying the same binary for 3.6.1 start

Re: [Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Hi Berk, Yeah, I have custom plugins and filters that are loaded automatically. I've done some checking after the pointer from Sven, and it is definitely the custom filters that are causing the issue. I tested filters that were created with version 3.5.0 and 3.6.2-RC1 and both give these warnings

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list (http://www.paraview.org/pipermail/paraview/2009-September/013774.html) in that the legend labels seem to be drawn over each other. I've attached a screenshot showing this behavior. As

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Dave Partyka
At a system level is the font dpi higher on fedora (there is typically some gui way to adjust this)? Do any other labels render like that, or just legends? On Wed, Dec 16, 2009 at 10:02 AM, Lofthouse, Andrew J Maj USAF AETC AFIT/ENY wrote: > I'm using Paraview 3.6.1 on Fedora 12, and came across

Re: [Paraview] (no subject)

2009-12-16 Thread Utkarsh Ayachit
There was a bug in the python module due to which it reported the wrong name as being overridden. Now it should report the correct name -- I've committed a fix. You'd get this error if you named a custom filter with the same name as the name (or label) or any other existing proxy. Utkarsh On Wed

Re: [Paraview] (no subject)

2009-12-16 Thread Adriano Gagliardi
Thanks, Utkarsh. === Adriano Gagliardi MEng PhD Project Scientist Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Url: www.ara.co.uk -Original Message- From: Utkarsh Ayach

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Joshua Wu
It seems like you need to fix two things, just like what berk said, your LD_LIBRARY_PATH is not set correctly. You need to add the path to the mpi library to LD_LIBRARY_PATH, for example my LD_LIBRARY_PATH has /usr/voltaire/mpi/lib if that still doesn't work, its most likely that the cmake configu

Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks John. I try , but I have problem with this: this->ActualTimeStep = vtkstd::find_if( this->TimeStepValues.begin(), this->TimeStepValues.end(), vtkstd::bind2nd( WithinTolerance( ), requestedTimeValue )) - this->TimeStepValues.begin(); I have always this following build error :

Re: [Paraview] time series

2009-12-16 Thread Moreland, Kenneth
This problem sounds totally unrelated to the first problem you reported. Do you have #include at the top of your reader? find_if is declared in this header. -Ken On 12/16/09 9:02 AM, "Didier Roissé" wrote: Thanks John. I try , but I have problem with this: this->ActualTimeStep = vtkstd::

Re: [Paraview] time series

2009-12-16 Thread Didier Roissé
Thanks, I forgot the include. 2009/12/16 Moreland, Kenneth > This problem sounds totally unrelated to the first problem you reported. > > Do you have #include at the top of your reader? > find_if is declared in this header. > > -Ken > > > > On 12/16/09 9:02 AM, "Didier Roissé" wrote: > > Th

[Paraview] Bundleing PyQt/Sip with ParaView (on Mac)

2009-12-16 Thread Dave Partyka
Hi All, We are trying to figure out the ideal way to organize various python files in a ParaView bundle. The files that we will need are: Python.frameWork/Version/2.3/bin/sip (executable) Python.frameWork/Versions/2.3/share/sip/PyQt/*.sip (text files) /Library/Python/2.3/site-packages/sip.so /L

Re: [Paraview] time series

2009-12-16 Thread Biddiscombe, John A.
Didier, The find_if thing is really becuase in older paraview versions when the UPDATE_TIME_STEP was sent, it was sometimes rounded to float/double and slightly different from the declared value of time that the reader (for example) had really generated. All it does is find the closest time val

Re: [Paraview] Parallel Data Redistribution

2009-12-16 Thread burlen
Hey John, Also : for dynamic load balancing, I'd like to instruct several reader to read the same piece - since the algorithm controls (for example) the particles the algorithm can internally communicate information about what to do amongst its processes, but it can't talk upstream to the rea

Re: [Paraview] compiling paraview against mpich2

2009-12-16 Thread Huan Sun
Hi, I just found it's because I switched back and forth between tcsh and bash and my library path is only defined in bash. It's working now. Thanks again for all the help! best, Huan On Wed, 2009-12-16 at 08:18 -0700, Joshua Wu wrote: > It seems like you need to fix two things, just like what

Re: [Paraview] Parallel Data Redistribution

2009-12-16 Thread burlen
oops typo: The ooc reader is a vtkObject. burlen wrote: Hey John, Also : for dynamic load balancing, I'd like to instruct several reader to read the same piece - since the algorithm controls (for example) the particles the algorithm can internally communicate information about what to do amo

[Paraview] seg fault while building paraview cvs

2009-12-16 Thread Favre Jean
While building pv on a linux system (2.6.24-25-generic #1 SMP Tue Oct 20 06:49:12 UTC 2009 x86_64 GNU/Linux) I am getting a seg fault here: [ 99%] Compiling Qt help project paraview.qhp cd /local/data/jfavre/ParaView3Build/Documentation && /local/data/jfavre/Qt-4.5.2/bin/qhelpgenerator ARGS /l

Re: [Paraview] seg fault while building paraview cvs

2009-12-16 Thread Utkarsh Ayachit
Hmm, oddly the qhelpgenerator is segfaulting. Not sure why. Does the configured /local/data/jfavre/ParaView3Build/Documentation/paraview.qhp look reasonable? Utkarsh On Wed, Dec 16, 2009 at 4:34 PM, Favre Jean wrote: > > While building pv on a linux system (2.6.24-25-generic #1 SMP Tue Oct 20

[Paraview] reader plugin file associations don works today

2009-12-16 Thread Bam Ting
The reader plugin work b4 not now after my last cvs update today. Plugin manager say no problems it loaded. BUT open the file & I got the list of reader to used. my plugin reader not in there!! WHY? Reader works before fine for lon time. WHAT WRONG NOW? Bamping _

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Andrew Lofthouse
My apologies of this message appears twice -- I tried to send it from my work account earlier today, but it looks like it didn't go through. I'm using Paraview 3.6.1 on Fedora 12, and came across the problem referenced in a previous message to this list (http://www.paraview.org/pipermail/paravie

[Paraview] particle animation

2009-12-16 Thread Pei-Ying Hsieh
Dear ParaView experts: I did a simple calculations of particle motion under magnetic fields using perl. I would like to plot the particles as a function of time. What format should I use to save for paraview to be able to read in? The particles has attributes of: size, time, coordinate in X, c

[Paraview] FW: example of max probe

2009-12-16 Thread Scott, W Alan
Is it possible to find the point that holds the maximum and/or minimum values at any time step? Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[Paraview] Regarde mon profil Facebook

2009-12-16 Thread Simo Sirou
Bonjour Paraview, J'ai créé mon profil Facebook sur lequel je peux publier mes photos, mes vidéos et des événements. Je souhaite vous ajouter à mes amis pour que vous puissiez y accéder. Pour cela, vous devez d'abord vous inscrire à Facebook ! Vous pourrez ensuite créer votre propre profil. Me