-
Notifications
You must be signed in to change notification settings - Fork 1
Python Master-Worker
License
eheien/pymw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PyMW - 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. For 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.