From 76b7808803ff28ea51878d33983dca015ee28a40 Mon Sep 17 00:00:00 2001 From: Andrei Politov <andrei.politov@tu-dresden.de> Date: Tue, 28 Sep 2021 08:46:58 +0200 Subject: [PATCH] Update data_analytics_with_python.md --- .../docs/software/data_analytics_with_python.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md index f17215e7c..febdfcf9a 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_python.md @@ -127,6 +127,7 @@ all software partitions with this name. For detailed information about a specific "Dask" package (including how to load the modules) use the module's full name, e.g: + ```console marie@compute$ module spider dask ------------------------------------------------------------------------------------------ @@ -281,8 +282,8 @@ For more detailed information please check ###### Dask-jobqueue -As was written before the preferred and simplest way to run Dask on HPC is -to use [Dask-jobqueue](https://jobqueue.dask.org/). +[Dask-jobqueue](https://jobqueue.dask.org/)can be used as the standard way +to use dask for most users. It allows an easy deployment of Dask Distributed on HPC with Slurm or other job queuing systems. -- GitLab