<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>OK, I can see where things are going majorly wrong here. Let's start with the worst of the problems.</div>
<div><br>
</div>
<div>I notice on the bottom of your screenshot that your desktop has 4 windows named ParaView Server #0, ParaView Server #1, etc. Those are X windows that the server is opening up on your desktop. You really don't want the server to do that. Those windows are
 used for OpenGL rendering. If they are opened on your desktop, that means that all four of those processes on your server are sending
<i>all</i> the geometry to your desktop, your desktop renders <i>all</i> the geometry, and then the images get shipped to the server. The server then composites those images together and sends the result
<i>back</i> to your desktop.</div>
<div><br>
</div>
<div>I'm sure that when you are running the server, your DISPLAY environment variable is pointing back to your desktop, which is causing the problem. You need to make sure the server is run with display set to localhost:0. More information is on the ParaView
 wiki at:</div>
<div><br>
</div>
<div><a href="http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#X_Connections">http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#X_Connections</a></div>
<div><br>
</div>
<div>That said, I'm not sure using your server is going to give you a big rendering performance boost over your desktop. The parallel rendering is really designed for large clusters with many GPUs. The rendering should work OK on your desktop as long as you're
 not thrashing your virtual memory (which is possible).</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Jérémy Santina <<a href="mailto:jeremy.santina@gmail.com">jeremy.santina@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, July 2, 2014 4:17 AM<br>
<span style="font-weight:bold">To: </span>Kenneth Moreland <<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] Re: [Paraview] Rendering in parallel<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>Sorry for my poor description. I will try to give more information.<br>
</div>
<div><br>
I am loading a Multi-block Dataset without applying any filters and the rendering is surface rendering. In order to understand how it works, I am just running a pvserver in parallel on another computer (with a better GPU) connected via SSH. The graphics card
 is an NVIDIA Quadro FX 4600 and you have to know that I am not alone using this machine.  Server and client both work on Linux. So would the problem be because there is only one GPU ?
<br>
<br>
</div>
<div>I join a picture with this message.<br>
</div>
<div><br>
</div>
<div>I would have another question. When I launch the rendering in parallel, a variable called vtkProcessId is generated. What is it ? Does it do the same thing if I apply Process Id Scalars filter ? Or are they two different things ?<br>
</div>
<div><br>
</div>
<div>Jérémy<br>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-07-01 18:08 GMT+02:00 Moreland, Kenneth <span dir="ltr">
<<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>To check the distribution of the data, use the Process Id Scalars filters. That should color the data based on which processor it is located.</div>
<div><br>
</div>
<div>It might help if you described your system more completely. What kind of data are you loading? Is it image data? Polygon data? AMR? An unstructured grid? Are you applying any filters? How are you rendering it? Is it surface or volume rendering? Is there
 any transparency? Can you send a picture? What kind of parallel computer are you using? Are you running ParaView on your desktop in multi-core mode (I think rendering actually serializes in that case because you still have only one GPU.), or are you connecting
 to a cluster? How many nodes on your cluster and how are they configured?</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Jérémy Santina <<a href="mailto:jeremy.santina@gmail.com" target="_blank">jeremy.santina@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, July 1, 2014 2:31 AM<br>
<span style="font-weight:bold">To: </span>Kenneth Moreland <<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>><br>
<span style="font-weight:bold">Cc: </span>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] Re: [Paraview] Rendering in parallel<br>
</div>
<div>
<div class="h5">
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>Actually, I did try the D3 filter but I didn't really see any better results. Maybe it is because I don't know how to configure it. How does D3 filter work ?
<br>
<br>
</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">2014-06-30 16:21 GMT+02:00 Moreland, Kenneth <span dir="ltr">
<<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@sandia.gov</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>Jeremy,</div>
</div>
</div>
<div><br>
</div>
<div>Like the other parallel processing in ParaView, the efficiency is dictated by the distribution of the data. If your data distribution is highly imbalanced such as when all the data is on one process as in your case, then all the processing will happen
 where the data is and the rest of the processors will remain idle.</div>
<div><br>
</div>
<div>You could try running the D3 filter. That should redistribute the point data more evenly.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Jérémy Santina <<a href="mailto:jeremy.santina@gmail.com" target="_blank">jeremy.santina@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Monday, June 30, 2014 2:55 AM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Rendering in parallel<br>
</div>
<div>
<div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div>
<div>Good morning,<br>
<br>
</div>
I am a novice user of Paraview and there are some aspects which I am not familiar with. Here is one of the issues I am having :<br>
<br>
I run Paraview in Client-Server mode, performing the data processing and the rendering on the remote server, and I read a Tecplot Binary File (.plt) composed of more than 30 millions of points. This take a lot of time. An idea to speed up the calculation is
 to launch the server in parallel. I know that many readers can not read in parallel (it is the case of TecplotBinaryFileReader I think) so I don't expect any improvment in this way.<br>
</div>
<div> <br>
But, examining the Timer Log, I noticed that it doesn't speed up the rendering either. I tested many times displaying the points and both experiment with parallelism and without gave the same results (about 40-50 sec). I don't understand why.<br>
<br>
</div>
<div>Do I misinterpret the Timer Log ? Is the time of rendering long enough to conclude ? Do I have to set specific parameters to make it works ?<br>
<br>
</div>
<div>I thank you in advance for your help.<br>
</div>
<div><br>
</div>
<div>Jérémy<br>
</div>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</span></div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>