Hi,

I am trying to do some parallel programming within paraviews python shell
and have encountered a problem. If I run the following two lines of code in
the python shell, the result is that a whole bunch of new paraview sessions
will be started...

from multiprocessing import Pool
pool = Pool();

It appears that a new paraview session is being created for each thread of
the thread pool. Unfortunately, I am not able to then use the thread pool
to run functions assynchronously.

Regards,
Bruce
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to