2014-09-05 23:33:55 +02:00
|
|
|
jobmanager
|
|
|
|
==========
|
2015-04-26 16:01:07 +02:00
|
|
|
[](https://pypi.python.org/pypi/jobmanager)
|
|
|
|
[](https://travis-ci.org/cimatosa/jobmanager)
|
|
|
|
|
2014-09-05 23:33:55 +02:00
|
|
|
|
2014-12-22 20:14:46 +01:00
|
|
|
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
|
|
|
|
2015-04-03 09:37:21 +02:00
|
|
|
### Documentation
|
|
|
|
The documentation is available at http://cimatosa.github.io/jobmanager/
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
### Developer's note
|
2014-12-22 20:14:46 +01:00
|
|
|
After cloning into jobmanager, create a virtual environment
|
2014-12-22 18:56:36 +01:00
|
|
|
|
2014-12-22 20:14:46 +01:00
|
|
|
virtualenv --system-site-packages ve_jm
|
|
|
|
source ve_jm/bin/activate
|
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
Install all dependencies
|
|
|
|
|
2015-01-26 15:55:14 +01:00
|
|
|
python setup.py develop
|
2015-01-21 13:49:51 +01:00
|
|
|
|
|
|
|
Running an example
|
2014-12-22 20:14:46 +01:00
|
|
|
|
|
|
|
python examples/simple_example.py
|
2014-12-22 18:56:36 +01:00
|
|
|
|
2015-01-21 13:49:51 +01:00
|
|
|
Running tests
|
|
|
|
|
2015-01-24 11:57:10 +01:00
|
|
|
python setup.py test
|
2015-05-19 19:35:34 +02:00
|
|
|
|
|
|
|
[travis test]
|