-
-
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
Dashboard returns 404 error in Dask-MPI #126
Comments
I can confirm I am able to reproduce this on my machine. I'm going to transfer this issue over to |
Ah it looks like you need to explicity specify the dashboard address. The following works for me: mpirun -np $SLURM_NTASKS dask-mpi --scheduler-file scheduler.json --dashboard-address :8787 This is a little unintuitive. I'll open a PR to enable it by default and add a flag to disable this, this is the same way |
I am trying to access the bokeh dashboard in a HPC environment managed by a Slurm scheduler.
I installed
dask_mpi
usingconda
. I ran the following in the Slurm submission script:mpirun -np $SLURM_NTASKS dask-mpi --scheduler-file scheduler.json
The scheduler starts correctly, and I can also connect with a
Client
.However, the dashboard returns 404 HTTP error when I try to access its url
Environment:
3.4.1
3.10.14
CentOS Linux 7 (Core)
Additional notes:
This does not happen using
dask-jobqueue
, the dashboard runs correctly.The text was updated successfully, but these errors were encountered: