Metadata-Version: 2.4
Name: dask-mpi
Version: 2026.3.0
Summary: Deploy Dask using mpi4py
Project-URL: Documentation, https://mpi.dask.org/
Project-URL: Source, https://github.com/dask/dask-mpi
Project-URL: Tracker, https://github.com/dask/dask-mpi/issues
Maintainer-email: Kevin Paul <kpaul@ucar.edu>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Requires-Python: >=3.10
Requires-Dist: dask>=2.19
Requires-Dist: distributed>=2.19
Requires-Dist: mpi4py>=3.0.3
Description-Content-Type: text/x-rst

===========================
Deploying Dask using MPI4Py
===========================

|Gitter| |GHActions| |Codecov| |Docs| |PyPI| |Conda|

Easily deploy Dask Distributed in an existing MPI environment, such as one
created with the ``mpirun`` or ``mpiexec`` MPI launch commands.  See documentation_
for more details.


LICENSE
-------

BSD 3-Clause (See `License File <https://github.com/dask/dask-mpi/blob/main/LICENSE.txt>`__)

.. _documentation: http://mpi.dask.org

.. |Gitter| image:: https://img.shields.io/gitter/room/dask/dask.svg?style=for-the-badge
   :alt: Join the chat at https://gitter.im/dask/dask
   :target: https://gitter.im/dask/dask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. |GHActions| image:: https://img.shields.io/github/workflow/status/dask/dask-mpi/Tests?style=for-the-badge
    :target: https://github.com/dask/dask-mpi/actions?query=workflow%3ATests

.. |Codecov| image:: https://img.shields.io/codecov/c/github/dask/dask-mpi.svg?style=for-the-badge
    :target: https://codecov.io/gh/dask/dask-mpi

.. |Docs| image:: https://readthedocs.org/projects/dask-mpi/badge/?version=latest&style=for-the-badge
    :target: https://mpi.dask.org/en/latest/?badge=latest
    :alt: Documentation Status

.. |PyPI| image:: https://img.shields.io/pypi/v/dask-mpi.svg?style=for-the-badge
    :target: https://pypi.org/project/dask-mpi/
    :alt: Python Package Index

.. |Conda| image:: https://img.shields.io/conda/vn/conda-forge/dask-mpi.svg?style=for-the-badge
    :target: https://anaconda.org/conda-forge/dask-mpi
    :alt: Python Package Index
