WebSeitz/wikilog
z2007-06-20- Parallel Python
It may look like a crisis, but it's only the end of an illusion.

(backlinks off) (map off)
(search off)
last edited by BillSeitz on Sep 5, 2008 4:55 am

[Parallel Python] is a module which provides mechanism for parallel execution of python code on [SMP] (systems with multiple processors () or cores ()) and clusters (computers connected via network)... Internally ppsmp uses processes and (Inter Process Communications) to organize parallel computations. All the details and complexity of the later are completely taken care of, and your application just submits jobs and retrieves their results (the easiest way to write parallel applications). To make things even better, the software written with pp works in parallel even on many computers connected via local network or Internet. [Cross Platform] portability and dynamic allows pp to parallelize computations efficiently even on heterogeneous and multi-platform clusters. (, )


 




Bill Seitz, fluxent at gmail dot com, Weblog