Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jliberma/benchmark
https://github.com/jliberma/benchmark
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jliberma/benchmark
- Owner: jliberma
- Created: 2019-03-05T15:11:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T01:11:33.000Z (almost 6 years ago)
- Last Synced: 2024-11-20T00:05:40.198Z (3 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Objectives:
1. Use High Performance Linpack and other common benchmarks to explore fundamental concepts in parallel computing:
* Strong scaling & Amdahl’s law
* Weak scaling & Gustafson's law
* Theoretical performance & efficiency
* “Memory wall” and arithmetic intensity
* Bandwidth & latency
2. Gain practical experience with parallel computing software and tools:
* MPI & OpenMP
* BLAS libraries
* Linux perf counters
3. Understand the impact of system and processor architecture on performance:
* P-states
* Hyperthreading
* NUMA
* SSE/FMA instructions
* Processor cache hierarchy