An open API service indexing awesome lists of open source software.

https://github.com/auxten/pymw

python master worker framework
https://github.com/auxten/pymw

Last synced: about 1 month ago
JSON representation

python master worker framework

Awesome Lists containing this project

README

        

PyMW
====

fork from pymw-0.4 repo which seems a dead project

Master Worker Computing in Python
----------------------------------------
PyMW is a Python module for parallel master-worker computing
in a variety of environments. With the PyMW module, users can
write a single program that scales from multicore machines to
global computing platforms.

INSTALLATION
-------------
python setup.py install

DOCUMENTATION
---------------
To try out the sample applications, run the example/*.py files.

EXAMPLE
-------------
user% python monte_pi.py -t 1000

3.148 0.00640734641021

Number of Workers: 4

Calculation time: 0.470422029495

Total time: 0.471640825272

Use the -h option to see a list of options for each program.