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
|
==============
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_).
+ `Reference Guide`_ (generated with Sphinx_).
.. _User Manual (HTML): html/index.html
.. _User Manual (PDF): mpi4py.pdf
.. _Reference Guide: html/reference/index.html
.. _Sphinx: https://www.sphinx-doc.org/
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
Citation
--------
.. include:: ../CITATION.rst
Acknowledgments
---------------
This project was partially supported by the
Advanced Algorithm and Numerical Simulations Laboratory (AANSLab),
Division of Computer, Electrical, and
Mathematical Sciences & Engineering (CEMSE),
King Abdullah University of Science and Technology (KAUST).
|