Skip to content

auxten/pymw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

python master worker framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages