From 90177816aa07809a0a7aa4bed9da7d58d1b71f9c Mon Sep 17 00:00:00 2001 From: moebiusband73 Date: Wed, 21 Aug 2019 07:22:53 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c0abdac..6119293 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,12 @@ It consists of two banchmark applications: * [MainMemory](https://github.com/RRZE-HPC/TheBandwidthBenchmark/wiki/MainMemory) * [MemoryHierarchy](https://github.com/RRZE-HPC/TheBandwidthBenchmark/wiki/MemoryHierarchy) + +Apart from the microbenchmarking functionality this is also a blueprint for other microbenchmarking applications. + +It contains C modules for: +* Aligned data allocation +* Query and control affinity settings +* Accurate timing + +Moreover the benchmark showcases a simple generic Makefile that can be used in other projects.