@@ -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.