Merge branch 'master' of github.com:RRZE-HPC/TheBandwidthBenchmark

This commit is contained in:
Jan Eitzinger
2019-08-21 13:39:16 +02:00

View File

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