BwUniCluster2.0/Software/Python Dask: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
m (H Winkhardt moved page BwUniCluster 2.0 Python Dask to BwUniCluster2.0/Software/Python Dask without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
== Installation and Usage ==
== Installation and Usage ==
Please have a look at our [https://github.com/hpcraink/workshop-parallel-jupyter Workshop] on how to use Dask on bwUniCluster2.0 (2_Grundlagen: Environment erstellen and 6_Dask). This is currently only available in German.
Please have a look at our [https://github.com/hpcraink/workshop-parallel-jupyter Workshop] on how to use Dask on bwUniCluster2.0 (2_Grundlagen: Environment erstellen and 6_Dask). This is currently only available in German.


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

<pre>
$ ssh -N -L 8787:machineName:8787 yourusername@bwunicluster.scc.kit.edu
</pre>

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


----
[[Category:bwUniCluster_2.0|Access]][[Category:Access|bwUniCluster 2.0]]

Latest revision as of 11:46, 27 February 2024

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

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.