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
|
==============
MPI for Python
==============
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
:Organization: `CIMEC <http://www.cimec.org.ar/>`_
:Address: CCT CONICET, 3000 Santa Fe, Argentina
Online Documentation
--------------------
Hosted at *Read the Docs* [http://mpi4py.readthedocs.org/]:
.. image:: https://readthedocs.org/projects/mpi4py/badge/?version=stable
:target: https://mpi4py.readthedocs.org/stable/
.. image:: https://readthedocs.org/projects/mpi4py/badge/?version=latest
:target: https://mpi4py.readthedocs.org/latest/
Hosted at *PyPI* [http://pythonhosted.org/mpi4py/]:
+ `User Manual (HTML)`_ (generated with Sphinx_).
+ `User Manual (PDF)`_ (generated with Sphinx_).
+ `API Reference`_ (generated with Epydoc_).
.. _User Manual (HTML): usrman/index.html
.. _User Manual (PDF): mpi4py.pdf
.. _API Reference: apiref/index.html
.. _Sphinx: http://sphinx-doc.org/
.. _Epydoc: http://epydoc.sourceforge.net/
Discussion and Support
----------------------
Hosted at Google Groups:
+ Group Page: http://groups.google.com/group/mpi4py
+ Mailing List: mpi4py@googlegroups.com
Downloads and Development
-------------------------
Hosted at Bitbucket:
+ Project Site: https://bitbucket.org/mpi4py/mpi4py
+ Source Releases: https://bitbucket.org/mpi4py/mpi4py/downloads
+ Issue Tracker: https://bitbucket.org/mpi4py/mpi4py/issues
+ Git Repository: https://bitbucket.org/mpi4py/mpi4py.git
Citations
---------
+ L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
*Parallel Distributed Computing using Python*,
Advances in Water Resources, 34(9):1124-1139, 2011.
http://dx.doi.org/10.1016/j.advwatres.2011.04.013
+ L. Dalcin, R. Paz, M. Storti, and J. D'Elia,
*MPI for Python: performance improvements and MPI-2 extensions*,
Journal of Parallel and Distributed Computing, 68(5):655-662, 2008.
http://dx.doi.org/10.1016/j.jpdc.2007.09.005
+ L. Dalcin, R. Paz, and M. Storti,
*MPI for Python*,
Journal of Parallel and Distributed Computing, 65(9):1108-1115, 2005.
http://dx.doi.org/10.1016/j.jpdc.2005.03.010
Acknowledgments
---------------
This project was partially supported by the Center for Numerical
Porous Media, Division of Computer, Electrical, and Mathematical
Sciences & Engineering, King Abdullah University of Science and
Technology (KAUST).
|