No description
Find a file
2015-01-21 14:48:52 +01:00
doc working pypi setup files. 2014-12-22 18:39:55 +01:00
examples added example using FunctionCall_Client, which enabled to pass the function to call in parallel via const_arg of the jobmanagerServer 2015-01-07 15:02:08 +01:00
jobmanager minor changes to run the teste for the new_decorator branch using python2.7 and python3.4 2015-01-21 14:48:52 +01:00
test minor change to make python 3.4 compatible. Changed default behavior of progressBar decorator. The functions to be decorated NEEDS (c,m) in their definition. made it also possible to call the decorated functions with c or/and m as positional agruments. Added test for that, moved existing tests to test/test_decorators.py. This closes #11 2015-01-21 14:27:42 +01:00
.gitignore added example for job manager, ignore *.trb 2014-09-10 13:45:17 +02: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 correct version number and included examples in pypi package 2014-12-22 20:14:46 +01:00
run_pytest_html.sh made const_arg beeing copied from client (seems more robust), fixed some trouble with catching 'Addresse in use error' 2015-01-15 16:17:58 +01:00
setup.cfg These are the promised setup files. 2014-12-22 20:16:22 +01:00
setup.py These are the promised setup files. 2014-12-22 20:16:22 +01:00

jobmanager

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

Testing on Linux

After cloning into jobmanager, create a virtual environment

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

Install jobmanager into the environment and run a simple example.

python setupy.py install
python examples/simple_example.py