From 55e649b179dbd9dad2021383b823a404094de973 Mon Sep 17 00:00:00 2001 From: Thomas Lynn Marcus <thomas_lynn.marcus@tu-dresden.de> Date: Wed, 12 Oct 2022 12:21:43 +0200 Subject: [PATCH] fixed typo --- doc.zih.tu-dresden.de/docs/application/request_for_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5bc68f193..854db8a54 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 @@ -4,7 +4,7 @@ Important note: ZIH systems run Linux. Thus for effective work, you should know ## Determine the Required CPU and GPU Hours -ZIH systems are focused on data-intensive computing. They are meant to be used for highly parallelized code. Please take that into account when transferring sequential code from a local machine. To estimate your execution time when executing your previously sequential program parallely, you can use [Amdahl's law][1]. Think in advance about the parallelization strategy for your project. +ZIH systems are focused on data-intensive computing. They are meant to be used for highly parallelized code. Please take that into account when transferring sequential code from a local machine. To estimate your execution time when executing your previously sequential program parallelly, you can use [Amdahl's law][1]. Think in advance about the parallelization strategy for your project. ## Available Software -- GitLab