Metadata-Version: 1.1
Name: compmake
Version: 2.2.2
Summary: Compmake is a non-obtrusive module that provides 'make'-like facilities to your Python computations,including caching of results, robustness to exceptions, and multiprocessing/multihost parallel processing. 
Home-page: http://compmake.org
Author: Andrea Censi
Author-email: andrea@cds.caltech.edu
License: LGPL
Description: Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.
        
        See http://andreacensi.github.com/compmake/ for extensive documentation. 
        
        **Quick intro**: To use compmake, you have to minimally modify your Python program, such that it can understand the processing layout and the opportunities for parallelization.
        
        .. image:: http://andreacensi.github.com/compmake/images/initial.png
           :class: bigpicture
        
        Here's a demo ``example.py`` to try out:
        
            http://andreacensi.github.com/compmake/static/demos/example.py
        
        You would run this program using::
        
            $ compmake example -c make       # runs serially
            $ compmake example -c parmake    # runs in parallel
        
        See the rest of the tutorial at http://andreacensi.github.com/compmake/ .
        
        
Keywords: parallel processing,make,cmake,manager,recovery
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Hardware :: Symmetric Multi-processing
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
