From f69d9716d4bcd4a8ba46f8ddc6067e19db46f96d Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Wed, 6 Dec 2023 19:26:29 +0100 Subject: [PATCH] Capitalize cluster names --- .../docs/jobs_and_resources/overview.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md index 59a17f1fa..1417debf1 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/overview.md @@ -16,17 +16,17 @@ components. ## Selection of Suitable Hardware -The five clusters [`barnard`](barnard.md), -[`alpha`](alpha_centauri.md), -[`romeo`](romeo.md), -[`power`](power9.md) and -[`julia`](julia.md) +The five clusters [`Barnard`](barnard.md), +[`Alpha Centauri`](alpha_centauri.md), +[`Romeo`](romeo.md), +[`Power9`](power9.md) and +[`Julia`](julia.md) differ, among others, in number of nodes, cores per node, and GPUs and memory. The particular [characteristica](hardware_overview.md) qualify them for different applications. ### Which Cluster Do I Need? -The majority of the basic tasks can be executed on the conventional nodes like on `barnard`. When +The majority of the basic tasks can be executed on the conventional nodes like on `Barnard`. When log in to ZIH systems, you are placed on a login node where you can execute short tests and compile moderate projects. The login nodes cannot be used for real experiments and computations. Long and extensive computational work and experiments have to be encapsulated into so called **jobs** and -- GitLab