<br><br><div><span class="gmail_quote">On 5/16/06, <b class="gmail_sendername">Renato N. Elias</b> &lt;<a href="mailto:rnelias@nacad.ufrj.br">rnelias@nacad.ufrj.br</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Sorry, but I'm still in doubt...<br><br>Maybe my doubt is due the way I'm running the client/server mode. I should<br>emphasize that I'm running in a client/DATA server mode using a SGI Altix<br>which doesn't have any rendering capability. Thus, here goes my questions...
<br><br>BRIAN: 1) Set up their server nodes so that they can open X windows (Sandia<br>has done this on like 10 different clusters, it's not that hard, if you need<br>instructions please email me).<br><br>RENATO: Why? If I'm running in a client/data server scheme my data server
<br>only need to load and dispatch my data to the client which should launch the<br>PV GUI. I can't see why is it necessary to open X windows in this case.</blockquote><div><br><br>Well, mostly because this may not scale well. Polygonal data generated by 10 nodes might be too big to be handled by a single node. If you client can handle it, no problem. There is not client/data server scheme. You either have client/data server/render server or client/server modes. If you are running in client/server modes, the server is capable of both processing and rendering. If you don't want the server to render, disable compositing. At that point, there is no need for opengl or X display on the server.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">BRIAN: 2) Compile the server with Mesa (note: the client should never be<br>compiled with Mesa)
<br><br>RENATO: The question remains. Is it really necessary to compile PV with Mesa<br>support in a system without rendering capability?</blockquote><div><br><br>It is not necessary. It is optional. If you are not going to render anything on the server, compile with whatever opengl library you want. Unfortunately, there is not pure data server in paraview. All servers have to be linked against some opengl library, even if it is not used.
<br><br></div><br><br></div><br>