https://github.com/jliberma/benchmark
https://github.com/jliberma/benchmark
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jliberma/benchmark
- Owner: jliberma
- Created: 2019-03-05T15:11:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T01:11:33.000Z (over 6 years ago)
- Last Synced: 2025-01-21T03:25:28.789Z (6 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