jobmanager/README.md
Paul Müller 5a0dc656a2 - added runtests.py (blob of pytest)
- html output with aha uses runtests.py
- renamed test directory
2015-01-21 19:06:00 +01:00

494 B

jobmanager

Easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism.

Developer's note

After cloning into jobmanager, create a virtual environment

virtualenv --system-site-packages ve_jm
source ve_jm/bin/activate

Install all dependencies

python setupy.py develop

Running an example

python examples/simple_example.py

Running tests

python tests/runtests.py