<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 13, 2016 at 10:27 AM, Khayam Gondal <span dir="ltr"><<a href="mailto:khayam.gondal@gmail.com" target="_blank">khayam.gondal@gmail.com</a>></span> wrote:<br><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">Hi,<div>To my knowledge even when using Paraview with GPUs it still uses CPUs to do some kind of processing. Can someone explain it to me that what part of processing is done on CPUs and how data is fed to GPUs. </div></div></blockquote><div><br></div><div><br></div><div>Paraview does only rendering on the GPUs. There are filters that can do processing on the GPUs or on multiple cores: take a look at </div><div><a href="http://m.vtk.org/index.php/Main_Page">http://m.vtk.org/index.php/Main_Page</a><br></div><div><br></div><div> </div><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>And moreover when we use MPI with Paraview, does it is used in CPUs context. I mean the processing which is being done on CPUs will now be done in parallel. </div><div><br></div></div></blockquote><div>Indeed. Data is partitioned for the MPI nodes, each node processes and renders its own data. The rendered image is composited and sent to the client.</div><div><br></div><div>The ParaView Tutorial has a description of the ParaView architecture.</div><div><a href="http://www.paraview.org/Wiki/images/f/f7/ParaViewTutorial51.pdf">http://www.paraview.org/Wiki/images/f/f7/ParaViewTutorial51.pdf</a><br></div><div><br></div><div>Dan</div><div><br></div><div> </div><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></div><div><br></div><div><br></div><div>Regards</div><div><br></div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
<br></blockquote></div><br></div></div>