sturlamolden wrote:
> robert wrote:
> 
>> I'd like to use multiple CPU cores for selected time consuming Python 
>> computations (incl. numpy/scipy) in a frictionless manner.
> 
> Threading is not the best way to exploit multiprocessors in this
> context. Threads are not the preferred way of exploiting multiple
> processors in scientific computing.


You repeat on the simple bulk jobs in sci computing where a file batch 
interface is enough:
Process X works on input file Y and writes output to file Z. A manager script 
collects the results and creates a gnuplot diagramm.
Such things of course would not raise the question of this discussion. Not even 
the question of threads at all and MPI ...

-robert
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to