Re: [Paraview] Installing Paraview with OS Mesa for off screen rendering

2016-02-18 Thread Ganesh Vijayakumar
Runs great. Thanks. Not sure if this means that IceT tests can't run with Mesa. The option I turned off is this one //Build and run the IceT tests. ICET_BUILD_TESTING:BOOL=OFF However, there is this other option that asks which library IceT tests should use to "open windows"... can this happen wi

Re: [Paraview] Installing Paraview with OS Mesa for off screen rendering

2016-02-17 Thread Ganesh Vijayakumar
Turned off the IceT tests using the boolean option in CMakeCache.txt. Seems to go through with the compilation. Not sure if this will affect what I use it for though. I do intend to run it in parallel using python scripting. Will report back. ganesh On Wed, Feb 17, 2016 at 3:31 PM Ganesh Vijayaku

Re: [Paraview] Installing Paraview with OS Mesa for off screen rendering

2016-02-17 Thread Ganesh Vijayakumar
I still get the same problem despite setting that field to empty. The problem occurs here [ 94%] Linking C executable ../../../../bin/icetTests_mpi_opengl /usr/lib64/libGL.so.1: undefined reference to `_glapi_tls_Dispatch' collect2: error: ld returned 1 exit status make[2]: *** [bin/icetTests_mpi_

Re: [Paraview] Installing Paraview with OS Mesa for off screen rendering

2016-02-17 Thread Utkarsh Ayachit
Just set libGLU to empty. If I am not mistaken, it's optional (only needed for some testing and GMV reader from VisItBridge which you can disable). On Wed, Feb 17, 2016 at 2:26 PM, Ganesh Vijayakumar wrote: > Hello, > > I'm trying to install Paraview-v5.0.0 with OS Mesa for off screen > rende

[Paraview] Installing Paraview with OS Mesa for off screen rendering

2016-02-17 Thread Ganesh Vijayakumar
Hello, I'm trying to install Paraview-v5.0.0 with OS Mesa for off screen rendering using cmake. I was following instructions from the wiki. I installed the mesa libraries first. #From Paraview wiki ./configure --disable-xvmc --disable-glx --disable-dri --with-dri-drivers="" --with-gallium-drive