Metadata-Version: 1.0
Name: playdoh
Version: 0.3
Summary: Open-source library for distributing computations over multiple cores and machines
Home-page: http://code.google.com/p/playdoh/
Author: Cyrille Rossant, Bertrand Fontaine, Dan F. M. Goodman
Author-email: Cyrille.Rossant at ens.fr
License: UNKNOWN
Download-URL: http://code.google.com/p/playdoh/downloads/list
Description: 
        Playdoh is a pure Python library for distributing computations across the free computing units 
        (CPUs and GPUs) available in a small network of multicore computers. Playdoh supports independent 
        (embarassingly) parallel problems as well as loosely coupled tasks such as global optimizations, 
        Monte Carlo simulations and numerical integration of partial differential equations. It is designed 
        to be lightweight and easy to use and should be of interest to scientists wanting to turn their lab 
        computers into a small cluster at no cost.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
