<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>