<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>
<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 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>Monday, June 30, 2014 2:55 AM<br>
<span style="font-weight:bold">To: </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] [Paraview] Rendering in parallel<br>
</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>
</span>
</body>
</html>