mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 09:51:38 -05:00
No description
doc | ||
examples | ||
jobmanager | ||
.gitignore | ||
LICENSE | ||
README.md |
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