jobmanager/README.md

13 lines
332 B
Markdown
Raw Normal View History

2014-09-05 23:33:55 +02:00
jobmanager
==========
easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism
2014-12-22 18:56:36 +01:00
### testing
virtualenv --system-site-packages ve_jm
source ve_jm/bin/activate
python setupy.py install
python examples/simple/simple_example.py