From 795ffaf74f54517bed9871472908a9a9cf0a4b92 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 8 Oct 2021 12:15:52 +0200 Subject: [PATCH] Changed order of "alpha partition" in data_analytics_with_python.md. --- .../docs/software/data_analytics_with_python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5b42c6d9a..8f065ad61 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 @@ -214,7 +214,7 @@ inside the python code and scale computations over the jobs. creates a Dask Scheduler in the Python process where the cluster object is instantiated. Please check the example of a definition of the cluster object -for the alpha partition (queue at the dask terms) on the ZIH system: +for the partition `alpha` (queue at the dask terms) on the ZIH system: ```python from dask_jobqueue import SLURMCluster -- GitLab