Hi Brian,<br><br>Have you seen this page:<br><a href="http://paraview.org/Wiki/Setting_up_a_ParaView_Server">http://paraview.org/Wiki/Setting_up_a_ParaView_Server</a><br><br>What you need to do is:<br><br>- Compile Mesa with OSMesa support<br>
- Compile ParaView against this Mesa with OSMesa support turned on<br>- Run pvserver (make sure that the Mesa libraries are in the LD_LIBRARY_PATH on the cluster) with --use-offscreen<br><br>You don&#39;t even have to disable compositing if  you wanted to use software rendering on the server. OSMesa does not depend on x11. It is pure software and does not require a display.<br>
<br>-berk<br><br><div class="gmail_quote">On Wed, Feb 17, 2010 at 2:17 PM, Brian Greiner <span dir="ltr">&lt;<a href="mailto:beg@msic.dia.mil">beg@msic.dia.mil</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
We are trying to set up a pure mpi data server with rendering only taking place on a client.  I have been successful in building the mpi version with references to the opengl libs that works on the interactive machines (opengl is installed on the interactive machines) in our cluster (running sles 11), but that limits me to 8 cpus.  I really want to run on our main cluster with machines that do not have any opengl libs, or x, or OSMesa at all because they have no graphics cards at all.<br>

<br>
I have tried setting cmake paths to opengl and OSMesa to the appropriate paths in my network home directory (h: drive on a netapp) where I built mesa, but the pvserver I get from that build even when run with the --disable-composite flag still tries to load up opengl on the server machine rather than from my h: drive.<br>

<br>
Is it possible to build so that pvserver does not try to use opengl or OSMesa?  Or can I build in such a way that pvserver only needs the path for opengl and OSMesa wrt my h: drive?<br>
<br>
Vr,<br>
<br>
Brian Greiner<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>