-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dask-mpi not working #30
Comments
The last CircleCI tests ran with |
I can reproduce this with the following environment on macOS. I am running I see this issue with:
and (downgraded dask)
and (downgraded distributed to 1.27.1)
and
and
however, the following works!
Downgrading distributed below 1.25 to 1.24 and dask to 0.20 (below 1.0) seems to work. Since they are coupled, I'm not sure where the issue is, but it's clearly upstream of dask-mpi. |
I had the same timeout problem. After some search it appears that the main difference of the Using For reference I'm running :
Edit : Fixed the wrong link, I meant to change in |
I am getting the same problem with the latest versions of This is blocking basnijholt/adaptive-scheduler#11. |
I have this script
dask_mpi_test.py
:When I try to run this script with:
mpirun -np 4 python dask_mpi_test.py
I get these errors:
Is anyone aware of anything that must have happened in an update to
dask
ordistributed
to causedask-mpi
to break?Ccing @kmpaul
The text was updated successfully, but these errors were encountered: