Alexandre Strube
Results
193
comments of
Alexandre Strube
```python import os import sys from dask_mpi import initialize from dask.distributed import Client import joblib if len(sys.argv) != 2: print("Usage ", sys.argv[0]," ") sys.exit() else: N = int(sys.argv[1]) def f(x):...
This also does not work: https://support.nesi.org.nz/hc/en-gb/articles/360001392636-Configuring-Dask-MPI-jobs
I'm having difficulty having a working example of dask.