Metadata-Version: 1.1
Name: distarray
Version: 0.2.0
Summary: Distributed Memory Arrays for Python
Home-page: https://github.com/enthought/distarray
Author: IPython Development Team and Enthought, Inc.
Author-email: ksmith@enthought.com
License: BSD
Description: .. image:: https://travis-ci.org/enthought/distarray.png?branch=master   
           :target: https://travis-ci.org/enthought/distarray
        
        .. image:: https://coveralls.io/repos/enthought/distarray/badge.png?branch=master
           :target: https://coveralls.io/r/enthought/distarray?branch=master
        
        DistArray
        =========
        
        *Think globally, act locally.*
        
        
        DistArray provides general multidimensional NumPy-like distributed-memory
        arrays for Python.  These arrays are designed to look and feel just like
        `NumPy`_ arrays but to take advantage of parallel architectures with
        distributed memory.  
        
        The project is currently under heavy development and things are changing
        quickly!
        
        DistArray is targeting users who
        
        * know and love Python and NumPy,
        * want to interactively play with distributed data,
        * want to run batch-oriented distributed programs,
        * want an easier way to drive and coordinate existing MPI-based codes,
        * have a lot of data that may already be distributed,
        * want a global view ("think globally") with local control ("act locally"),
        * need to tap into existing parallel libraries like Trilinos, PETSc, or
          Elemental,
        * want the interactivity of IPython and the performance of MPI.
        
        .. _NumPy: http://www.numpy.org
        
        Please see our documentation at `readthedocs`_ (or in the `docs` directory)
        for more.  Pull requests gladly accepted.
        
        .. _readthedocs: http://distarray.readthedocs.org
        
Keywords: parallel mpi distributed array
Platform: LinuxMac OS-X
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
