No description
Find a file
2014-12-22 18:56:36 +01:00
doc working pypi setup files. 2014-12-22 18:39:55 +01:00
examples working pypi setup files. 2014-12-22 18:39:55 +01:00
jobmanager Added usage/testing information. 2014-12-22 18:56:36 +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
README.md Added usage/testing information. 2014-12-22 18:56:36 +01:00

jobmanager

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

testing

virtualenv --system-site-packages ve_jm source ve_jm/bin/activate python setupy.py install python examples/simple/simple_example.py