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
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
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_
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
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