mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 10:21:39 -05:00
16 lines
469 B
Markdown
16 lines
469 B
Markdown
jobmanager
|
|
==========
|
|
|
|
Easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism.
|
|
|
|
### Testing on Linux
|
|
After cloning into jobmanager, create a virtual environment
|
|
|
|
virtualenv --system-site-packages ve_jm
|
|
source ve_jm/bin/activate
|
|
|
|
Install jobmanager into the environment and run a simple example.
|
|
|
|
python setupy.py install
|
|
python examples/simple_example.py
|
|
|