<div dir="ltr">Ok thanks Utkarsh<br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 26 May 2015 at 13:20 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>
Alas, you'll need to build from source (or wait till the changes land<br>
in ParaView nightly binaries). It's indeed a bug in the code that<br>
needs to be compiled.<br>
<br>
Utkarsh<br>
<br>
On Tue, May 26, 2015 at 1:16 PM, Bruce Jones<br>
<<a href="mailto:bruce.david.jones@gmail.com" target="_blank">bruce.david.jones@gmail.com</a>> wrote:<br>
> Thanks for the quick response Utkarsh. However, I am using the windows<br>
> binaries and have not built paraview from scratch.<br>
><br>
> Cheers,<br>
> Bruce<br>
><br>
> On Tue, 26 May 2015 at 12:00 Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>><br>
> wrote:<br>
>><br>
>> 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<br>
>> > shell<br>
>> > and have encountered a problem. If I run the following two lines of code<br>
>> > in<br>
>> > the python shell, the result is that a whole bunch of new paraview<br>
>> > 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<br>
>> > of<br>
>> > the thread pool. Unfortunately, I am not able to then use the thread<br>
>> > 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>