<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body dir="auto">
<div>I am out this week, so I am not following this thread closely, but it's not clear from the description of your hardware that you are ever going to get an improvement from parallel rendering. </div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">You said you have 8 cores. Are these 8 cores in the same machine? If so, I don't think running in parallel will help with your rendering. Probably all 8 instances of MPI are rendering with the same GPU, which means all the rendering
 instructions from the parallel job fight with each other to get queued up on the same GPU, which will make the overall rendering slower, not faster. </div>
<div id="AppleMailSignature"><br>
</div>
<div id="AppleMailSignature">Somewhere in the thread I thought I read that you have 2 GPUs. Unless you have set up something special, one of them is probably being ignored. Even if you go through the pain of managing to set up a parallel ParaView to use both
 GPUs, I doubt you will get much if any speed up. The parallel rendering, which was designed for cluster computing, has an overhead; buffers are read back, pixels are transferred, and blending operations are performed. You are unlikely to gain much of that
 back with only 2 GPUs. <br>
<br>
<div>-Ken</div>
<div><br>
</div>
Sent from my iPad so blame autocorrect.</div>
<div><br>
On Dec 27, 2016, at 12:36 PM, Chuck Atkins <<a href="mailto:chuck.atkins@kitware.com">chuck.atkins@kitware.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div class="gmail_extra"><span class="m_7446712644547432106gmail-">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<p>In my case, the dataset consists only of random numbers and it's in a single partition. I will try to generate a dataset in parallel in a few days and render it as you told me.
</p>
</blockquote>
</span>
<div class="gmail_quote">
<div>5M point's is actually a pretty small dataset that should be easy to handle from a rendering standpoint, i.e. you should be fine handling it on a single node.  Most of your time is likely spent in I/O and data conversion rather than rendering.  How are
 you getting your data into ParaView, i.e. what file format are you using?  There is likely a better way that my address most of the performance issues you are having and remove the need for parallel rendering entirely.<br>
</div>
</div>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>Just for some context, I generated 5M random points in a 100x100x100 cube with a single field data assigned to each point.<br>
</div>
<div>CSV File:<br>
<ul>
<li>File size: 177M</li><li>Read file: 29 sec</li><li>Convert to points: 0.1 sec</li></ul>
<p>VTK XML (binary encoding of data arrays):</p>
<ul>
<li>File Size: 130M</li><li>Read File: 1.4 sec.</li></ul>
<p>In both cases, once the file is read, the first frame render time with the basic on-board Intel graphics card on my laptop is only 0.15 sec with the subsequent frame render times being 0.04 sec.  You can see from this that the bulk of the time is spent in
 file I/O and data conversion, especialy with using something like CSV.  This was with ParaView 5.2.  With 4.4, the I/O times are the same but the first-frame render time is much slower: 0.6 sec.  Still much closer to a usable frame rate. than 100 sec.<br>
</p>
</div>
<div>- Chuck<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>Powered by <a href="http://www.kitware.com">www.kitware.com</a></span><br>
<span></span><br>
<span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">
http://www.kitware.com/opensource/opensource.html</a></span><br>
<span></span><br>
<span>Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">
http://paraview.org/Wiki/ParaView</a></span><br>
<span></span><br>
<span>Search the list archives at: <a href="http://markmail.org/search/?q=ParaView">
http://markmail.org/search/?q=ParaView</a></span><br>
<span></span><br>
<span>Follow this link to subscribe/unsubscribe:</span><br>
<span><a href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a></span><br>
</div>
</blockquote>
</body>
</html>