mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
ef1797d07d
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/ PR: ports/109665 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
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/
|