Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Odd, I cannot get to that version. Can you go to your paraview source directory and try the following command: git describe Also, you may want to update to the latest git-master and see if that solves the problem. We don't see the same issue on any of the dashboards with git-master. Utkarsh

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Never mind the git-describe part, not sure why you're getting the error though. Try running with paraview -dr, just in case there's something wrong with something that's being loaded automatically. Utkarsh On Mon, Oct 1, 2012 at 10:40 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Odd,

Re: [Paraview] error when running the development version from git

2012-10-01 Thread Utkarsh Ayachit
Never mind the version thing (my repo wasn't up to date). I am not sure why you're gettin g the error though. Try running paraview with -dr paraview -dr Maybe some plugin is being autoloaded and that's causing the issues. On Sat, Sep 29, 2012 at 2:56 PM, Pei-Ying Hsieh phsieh2...@yahoo.com

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Pei-Ying Hsieh
Hi, Utkarsh, Just in case any changes in the development branch, I re-grabbed the source code and recompile/re-install the development version. Then executed using paraview -dr.  Got the same error. Pei-Ying - phsieh@galaxy:~/projects/build-devel paraview -dr ERROR: In

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Are you okay with using the debugger and tracking this down? I cannot reproduce this so not sure why this is happening. If you are comfortable using a debugger, try rebuilding with CMAKE_BUILD_TYPE set to Debug and the attach the debugger and let's get the call stack for the error and the

[Paraview] Is there any point to compiling with MPI but without offscreen rendering?

2012-10-01 Thread Cook, Rich
We have large clusters and some of them have graphics cards on them. Most don't. So normally I expect to be using -DVTK_USE_OFFSCREEN:BOOL=ON -DPARAVIEW_USE_MPI:BOOL=ON with cmake. I got to thinking. First, if I compile with -DVTK_USE_OFFSCREEN:BOOL=ON then why do I have to use