<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2>problem solved :-)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2>my problem was solved after seeing the&nbsp;last posts. It 
was exactly due the DISPLAY enviroment variable which was set (wrongly) to 
localhost:10.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2>You know, as it was not necessary with PV 2.2.1 I got 
surprised after getting that error message in PV 2.4.3</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2>Thanks a lot folks</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2><FONT size=2></FONT></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2>obs.: Regarding the data server mode, for me, it is the 
most useful mode since I don't work with huge datasets and my client can perform 
all rendering work without having to download several pieces of files that were 
processed in parallel on the machine without rendering capability. I have a 
bunch of files on the processing machine that don't need to be rebuilt on the 
client's machine - for me, it's wonderful.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006></SPAN><SPAN 
class=015030320-16052006><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=015030320-16052006><FONT face=Arial 
color=#0000ff size=2><FONT size=2>Renato N. 
Elias<BR>===============================================<BR>PhD student - <A 
href="http://www.nacad.ufrj.br/~rnelias">http://www.nacad.ufrj.br/~rnelias</A><BR>High 
Performance Computing Center<BR>Federal University of Rio de Janeiro<BR>Rio de 
Janeiro, Brazil<BR>+55(21) 2562-8080 </FONT></DIV></FONT></SPAN><BR>
<DIV class=OutlookMessageHeader lang=pt-br dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>De:</B> Berk Geveci [mailto:berk.geveci@gmail.com] 
<BR><B>Enviada em:</B> terça-feira, 16 de maio de 2006 16:57<BR><B>Para:</B> 
Renato N. Elias<BR><B>Cc:</B> paraview@paraview.org<BR><B>Assunto:</B> Re: 
[Paraview] client/server display problem<BR></FONT><BR></DIV>
<DIV></DIV>So you are getting the same error when running pvserver and pvclient? 
Do me a favor, make sure that there is no DISPLAY enviromnent variable set when 
running in ParaView. You may have to unset it in .XXrc to override what ssh 
sets. I want to make sure that the reason the server is crashing is due to X not 
due to something else. Another way of finding out is to attach to one of the 
pvserver processes with a debugger. Also, does this happen when you run a 1 node 
server? <BR><BR>-Berk<BR><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="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
  <DIV>
  <DIV>
  <DIV dir=ltr align=left><SPAN>Berk: 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</SPAN></DIV>
  <DIV dir=ltr align=left><SPAN></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>Renato: I 
  see what you mean. My problem is that, unfortunately, we don't have render 
  clusters here. Thus, we must try to work with the Altix as&nbsp;it was only 
  a&nbsp;parallel data server connected to a Windows XP client machine 
  performing all rendering work with its&nbsp;NVidia Quadro FX 4400 video 
  card.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN></SPAN><SPAN><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT size=+0>Berk: there is not pure data 
  server in paraview</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>Renato: 
  Ok. It's clear now. I guess I got confused after seeing what PV compilation 
  produces. It builds different binaries (pvclient, pvrenderserver, pvserver and 
  pvdataserver). Firstly I tried to connect the pvclient (on the Windows 
  machine)&nbsp;with the pvserver (on the Altix system) but I got that error 
  message (X connection to localhost:10.0 broken (explicit kill or server 
  shutdown)). After that, I tried to connect pvclient with pvDATAserver and the 
  problem persisted. I thought it strange since I was just repeating with PV 
  2.4.3 the same procedure I used to do with PV 2.2.1 (which has been running 
  nicely in parallel, including with Ensight files which don't work fine with PV 
  2.4.3). </FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN><SPAN></SPAN><SPAN><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2>Thanks 
  Berk for the explanations </FONT></SPAN></DIV></DIV>
  <DIV><SPAN class=q>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2><FONT 
  size=2></FONT></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN><FONT face=Arial color=#0000ff size=2><FONT 
  size=2>Renato N. 
  Elias<BR>===============================================<BR>PhD student - <A 
  onclick="return top.js.OpenExtLink(window,event,this)" 
  href="http://www.nacad.ufrj.br/%7Ernelias" 
  target=_blank>http://www.nacad.ufrj.br/~rnelias </A><BR>High Performance 
  Computing Center<BR>Federal University of Rio de Janeiro<BR>Rio de Janeiro, 
  Brazil<BR>+55(21) 2562-8080 </FONT></FONT></SPAN></DIV><FONT face=Arial 
  color=#0000ff size=2></FONT><BR></SPAN></DIV>
  <DIV>
  <DIV lang=pt-br dir=ltr align=left>
  <HR>
  <FONT face=Tahoma size=2><B>De:</B> Berk Geveci [mailto:<A 
  onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:berk.geveci@gmail.com" target=_blank>berk.geveci@gmail.com</A>] 
  <BR><B>Enviada em:</B> terça-feira, 16 de maio de 2006 16:07<BR><B>Para:</B> 
  Renato N. Elias<BR><B>Cc:</B> Wylie, Brian; <A 
  onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:paraview@paraview.org" 
  target=_blank>paraview@paraview.org</A><BR><B>Assunto:</B> Re: [Paraview] 
  client/server display problem<BR></FONT><BR></DIV></DIV>
  <DIV><SPAN class=e id=q_10b3eacc6692f508_3>
  <DIV></DIV><BR><BR>
  <DIV><SPAN class=gmail_quote>On 5/16/06, <B class=gmail_sendername>Renato N. 
  Elias</B> &lt;<A onclick="return top.js.OpenExtLink(window,event,this)" 
  href="mailto:rnelias@nacad.ufrj.br" 
  target=_blank>rnelias@nacad.ufrj.br</A>&gt; wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><FONT 
    face=Arial color=#0000ff size=2></FONT><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="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">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></SPAN></DIV>
  <DIV></DIV></DIV></BLOCKQUOTE></DIV><BR></BODY></HTML>