A Parallel Python Environment with easy data sharing
Project description
About
PPlus is a simple environment to execute Python code in parallel on many machines without much effort. It is actually a fork of Parallel Python, another simple but powerful framework for parallel execution of python code, which lacks features needed for effective use in our daily research.
Important links
Home Page (stable documentation): http://slipguru.disi.unige.it/Software/PPlus
Official source code repo: https://bitbucket.org/slipguru/pplus/
Download releases: https://bitbucket.org/slipguru/pplus/downloads
Issue tracker: https://bitbucket.org/slipguru/pplus/issues
Install
To install this packages, you can use the default distutils commands:
python setup.py build sudo python setup.py install
To check the installation, you can launch the test suite:
python -c "import pplus; pplus.test()"
Note that tests will print reports of expected raised exceptions. Check if you get OK or FAILED status at the end.
Configuration
All the configuration option must be specified in a PPlus configuration file. After the installation, a ready-to-edit configuration file is installed in /etc/pplus/pplus.cfg (see documentation for more information about PPlus configuration)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PPlus-0.5.2.tar.gz
.
File metadata
- Download URL: PPlus-0.5.2.tar.gz
- Upload date:
- Size: 176.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39bf933737aafc1455fb5a9e3da56cf13771691bb9f58b361d0aa49173c85344 |
|
MD5 | eedb2363bacdb447f02e91eaad6c96f4 |
|
BLAKE2b-256 | c594bba9e020eb1dd7cc90a5bfb74af694099d748b05327b1694d3f9bbe14a00 |