<div dir="ltr">Thanks for the quick response Utkarsh. However, I am using the windows binaries and have not built paraview from scratch.<br><br>Cheers,<div>Bruce</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 26 May 2015 at 12:00 Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bruce,<br>
<br>
Try the attached patch. You'll need to apply it to the VTK subdir<br>
under ParaView.<br>
<br>
Utkarsh<br>
<br>
On Tue, May 26, 2015 at 11:29 AM, Bruce Jones<br>
<<a href="mailto:bruce.david.jones@gmail.com" target="_blank">bruce.david.jones@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I am trying to do some parallel programming within paraviews python shell<br>
> and have encountered a problem. If I run the following two lines of code in<br>
> the python shell, the result is that a whole bunch of new paraview sessions<br>
> will be started...<br>
><br>
> from multiprocessing import Pool<br>
> pool = Pool();<br>
><br>
> It appears that a new paraview session is being created for each thread of<br>
> the thread pool. Unfortunately, I am not able to then use the thread pool to<br>
> run functions assynchronously.<br>
><br>
> Regards,<br>
> Bruce<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
><br>
</blockquote></div>