Our current issues seem to be related to our osmesa build for the HPC_side servers. The Superbuild is building 7.11.2 - you are suggesting that we need to *manually* build a different version of Mesa and somehow link in that new version of Mesa in to the Superbuild? We rely exclusively on the Superbuild for compiling ParaView across 20 different HPC systems - so stepping outside of the super build paradigm isn’t necessarily obvious to me! 8-)
________________________________ Rick Angelini USArmy Research Laboratory CISD/HPC Architectures Team Phone: 410-278-6266 -----Original Message----- From: Utkarsh Ayachit <[email protected]> Date: Thursday, June 2, 2016 at 8:37 AM To: Rick Angelini <[email protected]> Cc: Chuck Atkins <[email protected]>, ParaView <[email protected]> Subject: Re: [Paraview] [Non-DoD Source] Re: 5.0.1/Exodus Reader All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser. ---- > So there is much more to be done than adding > -DPARAVIEW_RENDERING_BACKEND:STRING=OpenGL2 > -DVTK_RENDERING_BACKEND:STRING="OpenGL2" > to the cmake flags? As far as ParaView is concerned, no there's not much more to it. However if your OpenGL implementation doesn't support OpenGL 3.2 (released in 2009), then alas there's more work to get ParaView working which could include building a newer version of Mesa. Not sure if you have seen this blog [1], but that talks about how I got Mesa to build with appropriate OpenGL renderer enabled. Things have gotten a little better since then and the Docker script encapsulates that. The moral of the story is get latest Mesa version and build it with LLVM/Gallum support. Utkarsh [1] Caution-https://blog.kitware.com/messing-with-mesa-for-paraview-5-0vtk-7-0/ _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
