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

2009-12-18 Thread William A. Mahaffey III
On 12/17/09 21:42, Andrew Lofthouse wrote: On 12/17/2009 08:26 AM, Berk Geveci wrote: What happens if you run the binary from paraview.org? Also, do you see this same problem with other labels - for example if you create a text source or turn on the labels for the selection? The problem is stil

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

2009-12-18 Thread Berk Geveci
OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that comes with your distribution. ParaView will pr

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

2009-12-18 Thread Lofthouse, Andrew J Maj USAF AETC AFIT/ENY
> From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of William A. > Mahaffey III > On 12/17/09 21:42, Andrew Lofthouse wrote: > > On 12/17/2009 08:26 AM, Berk Geveci wrote: > >> What happens if you run the binary from paraview.org? Also, do you see > >> this same

[Paraview] particle motion animation - can someone help?

2009-12-18 Thread Pei-Ying Hsieh
Dear Paraview user group: I would like to plot/animate the motion of particles.  The particles were initially randomly distributed within a Xmin Ymin Xmax Ymax domain.  The particles are then start to move toward a magnetic source.  I can done calculating the positions of each partcile at each

Re: [Paraview] particle motion animation - can someone help?

2009-12-18 Thread Utkarsh Ayachit
Since your csv files don't have any header column, make sure that you uncheck the "Have Headers" check box on the reader panel. Utkarsh On Fri, Dec 18, 2009 at 10:22 AM, Pei-Ying Hsieh wrote: > Dear Paraview user group: > > I would like to plot/animate the motion of particles.  The particles wer

Re: [Paraview] particle motion animation - can someone help?

2009-12-18 Thread Pei-Ying Hsieh
Hi, Utkarsh, Yap!  That is the issue.  After unchecked the "Have Headers" box, now I am able to animate through time.  Thansk a lot!  Now I am REALLY happy! Wish you all the paraview developers/users have a Merry Christmas and a Happy New Year! Pei From: Ut

[Paraview] compile error with 3.6.1 on RHEL5

2009-12-18 Thread Jack Gundrum
Hi all, I run into the following compile error with gcc (GCC) 4.4.2 and openmpi 1.3.3 on RHEL5? Scanning dependencies of target vtkSMExtractDocumentation [ 86%] Building CXX object Servers/ServerManager/CMakeFiles/vtkSMExtractDocumentation.dir/vtkSMExtractDocumentation.o Linking CXX executa

[Paraview] source with optional input port

2009-12-18 Thread burlen
Hi folks, I'd like to have a PV data source that can be used either as a source(without an input dataset) or as a filter(with an input dataset). Based on what I have observed, to accomplish it the source has to show up both in the sources menu and the filters menu, which is easy to do with th

Re: [Paraview] compile error with 3.6.1 on RHEL5

2009-12-18 Thread Berk Geveci
It sounds like the link line is missing the C++ bindings for MPI. Can you grep for MPI_ in the CMakeCache.txt file (in your binary tree)? I would like to know that MPI_LIBRARY and MPI_EXTRA_LIBRARY are. -berk On Fri, Dec 18, 2009 at 4:27 PM, Jack Gundrum wrote: > Hi all, > I run into the followi

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

2009-12-18 Thread Andrew Lofthouse
On 12/18/2009 09:17 AM, Berk Geveci wrote: OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that c