From a9829378065ae3e3d9a11eec37e292a210682286 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Mon, 17 Oct 2022 07:53:14 +0200 Subject: [PATCH] Insert links directly into text --- .../docs/application/request_for_resources.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/application/request_for_resources.md b/doc.zih.tu-dresden.de/docs/application/request_for_resources.md index 44bdf11fc..167a653f6 100644 --- a/doc.zih.tu-dresden.de/docs/application/request_for_resources.md +++ b/doc.zih.tu-dresden.de/docs/application/request_for_resources.md @@ -8,17 +8,15 @@ Linux based systems and the Bash Shell. Beginners can find a lot of tutorials on ZIH systems are focused on data-intensive computing. They are meant to be used for highly parallelized code. Please take that into account when migrating sequential code from a local machine to our HPC systems. To estimate your execution time when executing your previously -sequential program in parallel, you can use [Amdahl's law][1]. Think in advance about the -parallelization strategy for your project and how to effectively use HPC resources. +sequential program in parallel, you can use [Amdahl's law](https://en.wikipedia.org/wiki/Amdahl%27s_law). +Think in advance about the parallelization strategy for your project and how to effectively use HPC resources. ## Available Software -Pre-installed software on our HPC systems is managed via [modules][2]. You can see the [list of -software that's already installed and accessible via module][3]. However, there are many +Pre-installed software on our HPC systems is managed via [modules](https://doc.zih.tu-dresden.de/software/modules/. +You can see the +[list of software that's already installed and accessible via modules](https://gauss-allianz.de/de/application?organizations%5B0%5D=1200). +However, there are many different variants of these modules available. We have divided these into two different software environments: `scs5` (for regular partitions) and `ml` (for the Machine Learning partition). Within each environment there are further dependencies and variants. - -[1]: https://en.wikipedia.org/wiki/Amdahl%27s_law -[2]: https://doc.zih.tu-dresden.de/software/modules/ -[3]: https://gauss-allianz.de/de/application?organizations%5B0%5D=1200 -- GitLab