No description
Find a file
2015-02-18 15:41:06 +01:00
doc working pypi setup files. 2014-12-22 18:39:55 +01:00
examples typo 2015-02-12 11:21:17 +01:00
jobmanager print key error info when key not found in persistent DB 2015-02-18 15:41:06 +01:00
tests minor bugfixes which occured whe using non tty as stdout 2015-02-17 00:40:21 +01:00
.gitignore gitignore update 2015-01-21 19:06:00 +01:00
LICENSE copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
MANIFEST.in These are the promised setup files. 2014-12-22 20:16:22 +01:00
README.md fixed typo in README.md and added more precise info to setup.py 2015-01-26 15:57:22 +01:00
setup.cfg These are the promised setup files. 2014-12-22 20:16:22 +01:00
setup.py Merge pull request #17 from cimatosa/client_maxnumjobs 2015-02-17 19:32:29 +01:00

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 setup.py develop

Running an example

python examples/simple_example.py

Running tests

python setup.py test