Skip to content
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

Issue on Starting HPC Dask clusters with dask-jobqueue #25

Open
cxiao13 opened this issue Sep 26, 2024 · 1 comment
Open

Issue on Starting HPC Dask clusters with dask-jobqueue #25

cxiao13 opened this issue Sep 26, 2024 · 1 comment
Assignees

Comments

@cxiao13
Copy link

cxiao13 commented Sep 26, 2024

Dear tutorial organizers,

I am trying to reproduce the results in 05-dask-hpc.ipynb using NCAR HPC JupyterHub on Casper.

When running

# Block progress until workers have spawned (typically only in demos and benchmarks!)
client.wait_for_workers(2)

The kernel was running forever and did not respond.

I did not change any YAML config file.

Do you have any idea what could be the reason? Thank you!

@vanderwb vanderwb self-assigned this Oct 4, 2024
@vanderwb
Copy link
Collaborator

vanderwb commented Oct 4, 2024

Hi @cxiao13. You probably need to change interface = 'ib0' to interface = 'ext'. This is something that has changed on Casper since we first created this tutorial. I am going to push a commit that will fix this for anyone else also using this tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants