dask / dask/dask-mpi

MPICluster

Open
#9 10 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted hopeful
Dominant language
Python
Stars
56
Forks
29
PR merge metrics
No merged PRs in 30d

Description

After the first implementation of the `initialize` function, making it possible to launch a Dask cluster from within the client script by using `mpi4py`, it seems like the natural next step is to implement an `MPICluster` object so that the canonical client script operational model of:

```python
cluster = MPICluster(...args...)
client = Client(cluster)
```

will work the same way that calling `initialize` works.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.