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
- Host: GitHub
- URL: https://github.com/auxten/pymw
- Owner: auxten
- License: mit
- Created: 2012-12-13T08:57:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-13T09:05:49.000Z (over 12 years ago)
- Last Synced: 2025-04-05T01:11:20.559Z (2 months ago)
- Language: Python
- Size: 141 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 installDOCUMENTATION
---------------
To try out the sample applications, run the example/*.py files.EXAMPLE
-------------
user% python monte_pi.py -t 10003.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.