Skip to main content

a facility for distributed computing

Project description

jobmanager

PyPI Travis codecov

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

Documentation

The documentation is available at http://cimatosa.github.io/jobmanager/

TODO

  • timeout for client
  • single proxy for client and queue for subprocesses
  • user signal to server to retrieve status

known Problems

Python2.7

  • regular shutdown takes very long -> travis tests cancel due to timeout

Python3.4

  • some tests result in segmentation fault (core dumped), nonetheless they pass

Therefore, it is highly encouraged to use Python3.5 (and probably higher).

Developer's note (out of date)

After cloning into jobmanager, create a virtual environment

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

Install all dependencies

python setup.py develop

Running an example

python examples/simple_example.py

Running tests

python setup.py test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jobmanager-0.4.0.tar.gz (31.8 kB view hashes)

Uploaded Source

Built Distribution

jobmanager-0.4.0-py3-none-any.whl (33.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page