Most of the parallel enabled filters are in VTK/Parallel, although ParaViewCore/VTKExtensions has quite a few also.<div>See VTK/Parallel/vtkPStreamTracer for instance.</div><div><br></div><div>MultiCore mode is useful in the case where you have computationally expensive data processing tasks. It generally doesn&#39;t help you to process larger data (that is what parallel processing on a cluster is for, where you have abundant disks and RAM available) nor does it help accelerate rendering (same augment applies for graphics cards).</div>

<div><div><div><br></div><div>For stream tracing the parallel version may or may not be faster in practice. It depends on how load imbalanced the problem is and how much interprocessor communication has to occur.</div><div>

<br clear="all">David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909<br>
<br><br><div class="gmail_quote">On Mon, Jan 30, 2012 at 12:30 AM, Mingcheng Chen <span dir="ltr">&lt;<a href="mailto:linyufly@gmail.com">linyufly@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<div><br></div><div>After checking source code of vtkStreamTracer, I find there is no parallel implementation, right? After skimming some other filters, I feel the same way.</div><div><br></div><div>So what is Multi-Core mode for? Is it only for executing independent tasks as a server?</div>


<div><br></div><div>Thanks!</div><div><br></div><div>Best regards,</div><span class="HOEnZb"><font color="#888888"><div>Mingcheng Chen</div><div>January 29th, 2012<br><br>
</div>
</font></span><br>_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
<br></blockquote></div><br></div></div></div>