From 91896f1cc0064317bdae0b71c38c29fc8434fb6d Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 28 Sep 2021 12:51:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 292a095..5bc4456 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It contains C modules for: Moreover the benchmark showcases a simple generic Makefile that can be used in other projects. -You may want to have a look at our [[wiki|https://github.com/RRZE-HPC/TheBandwidthBenchmark/wiki]] for a collection of results that were created using TheBandwidthBenchmark. +You may want to have a look at https://github.com/RRZE-HPC/TheBandwidthBenchmark/wiki for a collection of results that were created using TheBandwidthBenchmark. ## Overview @@ -124,7 +124,7 @@ Solution Validates Apart from the highest sustained memory bandwidth also the scaling behavior within memory domains is a important system property. -There is a helper script included in util (```extractResults.pl```) that creates a text result file from multiple runs that can be used as input to plotting applications as gnuplot and xmgrace. +There is a helper script downloadable at https://github.com/RRZE-HPC/TheBandwidthBenchmark/wiki/util/extractResults.pl that creates a text result file from multiple runs that can be used as input to plotting applications as gnuplot and xmgrace. This involves two steps: Executing the benchmark runs and creating the data file. To run the benchmark for different thread counts within a memory domain execute (this assumes bash or zsh):