When using LocalCUDACluster
on a single node it is possible to scale your work out on a SLURM based HPC with a few small tweaks.
First install the Dask Runners package. (Note: this is a prototype and will be merged into dask-jobqueue
in the future)
pip install git+https://github.com/jacobtomlinson/dask-hpc-runner.git
Then replace LocalCUDACluster
with the SLURMRunner
class.