Metadata-Version: 1.0
Name: pmi
Version: 1.0
Summary: Parallel Method Invocation
Home-page: http://www.espresso-pp.de/projects/pmi/
Author: Olaf Lenz
Author-email: olaf@lenz.name
License: GPL
Download-URL: http://www.espresso-pp.de/frs/download.php/18/pmi-1.0.tar.gz
Description: 
        Parallel Method Invocation
        --------------------------
        
        PMI is a pure python module that allows libraries to provide functions
        that are parallelized using MPI but that can nontheless be called from
        serial Python scripts.
        
        PMI requires Python 2.4+ and is compatible to Python 3, furthermore it
        requires a working MPI module (e.g. mpi4py or boostmpi).
        
Keywords: mpi,parallel
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Other Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Classifier:  Topic :: System :: Clustering
