https://github.com/boringboredom/linpack-extended
Linpack Extended is a stress test for 64-bit Intel processors. It is based on the Intel Math Kernel Library.
https://github.com/boringboredom/linpack-extended
64-bit avx cpu intel overclocking stress test
Last synced: 5 months ago
JSON representation
Linpack Extended is a stress test for 64-bit Intel processors. It is based on the Intel Math Kernel Library.
- Host: GitHub
- URL: https://github.com/boringboredom/linpack-extended
- Owner: BoringBoredom
- Created: 2021-08-26T11:35:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T05:56:48.000Z (about 1 year ago)
- Last Synced: 2025-05-07T06:15:09.749Z (about 1 year ago)
- Topics: 64-bit, avx, cpu, intel, overclocking, stress, test
- Language: HTML
- Homepage:
- Size: 54.7 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Download](https://github.com/BoringBoredom/Linpack-Extended/archive/refs/heads/master.zip)
Linpack Extended is a stress test based on the Intel Math Kernel Library.
### Features
- chain different tests with different settings (time to run, problem size, leading dimension and alignment value)
- specify order of tests
- optionally track Min/Avg/Max GFlops per problem size
- optionally stop test when residuals mismatch
- optionally reduce command line output to decrease unnecessary resource usage at lower problem sizes
### Requirements
- [vcruntime140.dll](https://aka.ms/vs/17/release/vc_redist.x64.exe)
### Workarounds
- OMP Error: set `KMP_AFFINITY` in the config to an empty string -> `"KMP_AFFINITY": ""`