Skip to content

rendeirolab/dask-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dask job submission on Slurm

The demo can be view on nbviewer: https://nbviewer.org/github/rendeirolab/dask-cluster/blob/main/job-submission.ipynb

Setup

We use uv to handle environment, install uv on cluser

curl -LsSf https://astral.sh/uv/install.sh | sh

Clone this repository

git clone https://github.com/rendeirolab/dask-cluster.git

Launch the jupyter server

port=$(shuf -i8000-9999 -n1)
uv run --with jupyter jupyter lab --no-browser --port $port --ip=$(hostname).int.cemm.at

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published