ppserver
parallel and distributed programming toolkit for Python
Install
- All systems
-
curl cmd.cat/ppserver.sh
- Debian
-
apt-get install python-pp - Ubuntu
-
apt-get install python-pp - Kali Linux
-
apt-get install python-pp - Fedora
-
dnf install python-pp - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-pp - Raspbian
-
apt-get install python-pp
python-pp
parallel and distributed programming toolkit for Python
Parallel Python module (pp) provides an easy and efficient way to create parallel-enabled applications for SMP computers and clusters. pp module features cross-platform portability and dynamic load balancing. Thus application written with PP will parallelize efficiently even on heterogeneous and multi-platform clusters (including clusters running other application with variable CPU loads).