/usr/lib/python2.7/dist-packages/mpi4py-1.3.1.egg-info is in python-mpi4py 1.3.1+hg20131106-2ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | Metadata-Version: 1.1
Name: mpi4py
Version: 1.3.1
Summary: MPI for Python
Home-page: http://mpi4py.googlecode.com/
Author: Lisandro Dalcin
Author-email: dalcinl@gmail.com
License: BSD
Download-URL: http://mpi4py.googlecode.com/files/mpi4py-1.3.1.tar.gz
Description: This package provides Python bindings for the **Message Passing
        Interface** (MPI) standard. It is implemented on top of the
        MPI-1/MPI-2 specification and exposes an API which grounds on the
        standard MPI-2 C++ bindings.
        
        This package supports:
        
        + Convenient communication of any *picklable* Python object
        
          - point-to-point (send & receive)
          - collective (broadcast, scatter & gather, reduction)
        
        + Fast communication of Python object exposing the *Python buffer
          interface* (NumPy arrays, builtin bytes/string/array objects)
        
          - point-to-point (blocking/nonbloking/persistent send & receive)
          - collective (broadcast, block/vector scatter & gather, reduction)
        
        + Process groups and communication domains
        
          - Creation of new intra/inter communicators
          - Cartesian & graph topologies
        
        + Parallel input/output:
        
          - read & write
          - blocking/nonbloking & collective/noncollective
          - individual/shared file pointers & explicit offset
        
        + Dynamic process management
        
          - spawn & spawn multiple
          - accept/connect
          - name publishing & lookup
        
        + One-sided operations (put, get, accumulate)
        
        You can install the `in-development version
        <hg+http://code.google.com/p/mpi4py#egg=mpi4py-dev>`_
        of mpi4py with::
        
          $ pip install mpi4py==dev
        
        or::
        
          $ easy_install mpi4py==dev
Keywords: scientific computing,parallel computing,message passing,MPI
Platform: Mac OS X
Platform: Linux
Platform: Solaris
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Operating System :: Unix
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Requires: pickle
Provides: mpi4py
Provides: mpi4py.dl
Provides: mpi4py.rc
Provides: mpi4py.MPI
Provides: mpi4py.MPE
 |