MPICluster
Open
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
Assessment
This issue has not been assessed yet.