Re: [Paraview] MPI Failure with custom built PV 3.98.1 (git master)

2013-02-15 Thread Utkarsh Ayachit
Ensure you're linking against and running with the same version/implementation of MPI. On Fri, Feb 15, 2013 at 2:10 PM, Joshua Murphy wrote: > Hello, > > I am hoping someone can help me with this problem… > > I built the git master of ParaView locally, and I cannot seem to get the PV > Server to

[Paraview] MPI Failure with custom built PV 3.98.1 (git master)

2013-02-15 Thread Joshua Murphy
Hello, I am hoping someone can help me with this problem… I built the git master of ParaView locally, and I cannot seem to get the PV Server to work properly. My system is running MacOS X 10.7.5 with Xcode 4.5.2. I built with ParaView with MPI using MPICH2 (v 1.5), and when I try to connect t

Re: [Paraview] Changing orientation axis color

2013-02-15 Thread Utkarsh Ayachit
Sounds like a bug to me. Mind reporting on the bug tracker? (http://paraview.org/Bug) Thanks Utkarsh On Wed, Feb 13, 2013 at 4:39 PM, James Thunes wrote: > I'm using paraview 3.98.0 64 bit on OS X 10.7.5. > > Orientation axis label color defaults to cyan. > > Changing color via Edit->View Setti

[Paraview] Creating videos from animations

2013-02-15 Thread Fred Fred
Hello, I compiled PV with FFMPEG library enabled: FFMPEG_INCLUDE_DIR /usr/local/include FFMPEG_avcodec_LIBRARY /usr/local/lib/libavcodec.dylib FFMPE

Re: [Paraview] 2d dataset, can i use paraview to interpolate values on x, y surface?

2013-02-15 Thread Kevin H. Hobbs
On 02/14/2013 05:57 PM, Ben Harrison wrote: > I have been trying to see if I can use paraview to do some analysis > and plotting of a 2d dataset exported in csv format. I believe csv files are imported as a sort of spreadsheet table. Use the "Table To Points" filter to convert them to points. My

Re: [Paraview] Python Script: "Rescale to Data Range"

2013-02-15 Thread Kisler
Hi Magician, hi Andy, thanks a lot for your responses. The code which Magician suggested worked perfectly. Thanks for the different possibilities you offered (indeed I needed GetPointData). Kind Regards Roman On 2013/02/11, at 06:15:42, Magician wrote: > Hi Roman, > > > I have an other soluti