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 88 89 90 91 92 93 94
|
==============
MPI for Python
==============
:Author: Lisandro Dalcin
:Contact: dalcinl@gmail.com
Online Documentation
--------------------
Hosted at *Read the Docs* [https://mpi4py.readthedocs.io/]:
+ `Stable <rtd-stable_>`_: |rtd-stable|
+ `Latest <rtd-latest_>`_: |rtd-latest|
.. |rtd-stable| image:: https://readthedocs.org/projects/mpi4py/badge/?version=stable
:target: `rtd-stable`_
.. _rtd-stable: https://mpi4py.readthedocs.io/en/stable/
.. |rtd-latest| image:: https://readthedocs.org/projects/mpi4py/badge/?version=latest
:target: `rtd-latest`_
.. _rtd-latest: https://mpi4py.readthedocs.io/en/latest
Hosted at *GitHub* [https://mpi4py.github.io/]:
+ `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: https://www.sphinx-doc.org/
.. _Epydoc: http://epydoc.sourceforge.net/
Discussion and Support
----------------------
Hosted at Google Groups:
+ Group Page: https://groups.google.com/g/mpi4py
+ Mailing List: mpi4py@googlegroups.com
Hosted at GitHub:
* Discussions: https://github.com/mpi4py/mpi4py/discussions
Downloads and Development
-------------------------
Hosted at GitHub:
+ Project Site: https://github.com/mpi4py/mpi4py
+ Source Releases: https://github.com/mpi4py/mpi4py/releases
+ Issue Tracker: https://github.com/mpi4py/mpi4py/issues
+ Git Repository: https://github.com/mpi4py/mpi4py.git
Citations
---------
+ L. Dalcin and Y.-L. L. Fang,
*mpi4py: Status Update After 12 Years of Development*,
Computing in Science & Engineering, 23(4):47-54, 2021.
https://doi.org/10.1109/MCSE.2021.3083216
+ L. Dalcin, P. Kler, R. Paz, and A. Cosimo,
*Parallel Distributed Computing using Python*,
Advances in Water Resources, 34(9):1124-1139, 2011.
https://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.
https://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.
https://doi.org/10.1016/j.jpdc.2005.03.010
Acknowledgments
---------------
This project was partially supported by the
Extreme Computing Research Center (ECRC),
Division of Computer, Electrical, and
Mathematical Sciences & Engineering (CEMSE),
King Abdullah University of Science and Technology (KAUST).
|