BwUniCluster2.0/Software/Python Dask

From bwHPC Wiki
< BwUniCluster2.0‎ | Software
Revision as of 10:50, 9 December 2021 by J Ruess (talk | contribs)
Jump to: navigation, search

This guide explains how to use Python Dask and dask-jobqueue on bwUniCluster2.0.

1 Installation and Usage

Please have a look at our Workshop on how to use Dask on bwUniCluster2.0 (2_Grundlagen: Environment erstellen and 6_Dask). This is currently only available in German.


2 Dask Dashboard

To forward the Dask Dashboard you have to do a ssh port forwarding with the machine on which you have started Dask.

$ ssh -N -L 8787:machineName:8787 yourusername@bwunicluster.scc.kit.edu

After executing this command you can access the dask dashboard in your local browser by typing 'localhost:8787/status'.