9 lines
363 B
Text
9 lines
363 B
Text
pp is a python module which provides mechanism for parallel execution of
|
|
python code on SMP (systems with multiple processors or cores) and clusters
|
|
(computers connected via network)
|
|
|
|
It is light, easy to install and integrate with other python software.
|
|
|
|
pp is an open source and cross-platform module written in pure python
|
|
|
|
WWW: http://www.parallelpython.com/
|