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

esds/posts/2021/casper_pbs_dask/ #147

Open
utterances-bot opened this issue Dec 10, 2021 · 4 comments
Open

esds/posts/2021/casper_pbs_dask/ #147

utterances-bot opened this issue Dec 10, 2021 · 4 comments
Labels
💬 comment Blog post comments

Comments

@utterances-bot
Copy link

Using Dask on the New Casper PBS Scheduler — NCAR-ESDS 0.1 documentation

https://ncar.github.io/esds/posts/2021/casper_pbs_dask/

Copy link

Yefee commented Dec 10, 2021

Hi Max,

Thanks for the nice post! I tried it on casper and made everything work except visualizing the dashboard.
I added my user name (che43) and port (8889) in the link
dask.config.set({'distributed.dashboard.link':'https://jupyterhub.hpc.ucar.edu/stable/user/che43/proxy/8889/status'})

However after the initialization of client, the link doesn't work. Any thoughts on this to get it work?

Thanks!
CF

@andersy005 andersy005 added the 💬 comment Blog post comments label Dec 28, 2021
Copy link

You can try this on casper:

dask.config.config.get('distributed').get('dashboard').update({'link':'{JUPYTERHUB_SERVICE_PREFIX}/proxy/{port}/status'})

Copy link

Hi Max,

Many thanks for your nice update as I was looking for such deployment for a long time. As local directory, can I put this way?
/glade/scratch/${USER}/dask/casper-dav/local-dir

Following your setup, I wonder why when I run the client, still I can see 0 workers, cores, and memory!

Copy link

It worked perfectly!

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

No branches or pull requests

5 participants