Skip to content

Commit

Permalink
Use a more universal directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 9, 2022
1 parent 2a84f94 commit b99f1ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ ansible-playbook main.yml --tags "setup,benchmark"
## Results
In my testing on Raspberry Pi OS Bullseye, in November 2021, I got the following results:
| Benchmark | Configuration | Result | Wattage | Gflops/W |
| --- | --- | --- | --- | --- |
| HPL (1.5 GHz default clock) | Turing Pi 2 (4x CM4) | 44.942 Gflops | 24.5W | 1.83 Gflops/W |
| HPL (2.0 GHz overclock) | Turing Pi 2 (4x CM4) | 51.327 Gflops | 33W | 1.54 Gflops/W |
| HPL (1.5 GHz default clock) | DeskPi Super6c (6x CM4) | TODO Gflops | TODOW | TODO Gflops/W |
Here are a few of the results I've acquired in my testing:
| Configuration | Result | Wattage | Gflops/W |
|--- |--- |--- |--- |
| Turing Pi 2 (4x CM4 @ 1.5 GHz) | 44.942 Gflops | 24.5W | 1.83 Gflops/W |
| Turing Pi 2 (4x CM4 @ 2.0 GHz) | 51.327 Gflops | 33W | 1.54 Gflops/W |
| DeskPi Super6c (6x CM4 @ 1.5 GHz) | TODO Gflops | TODOW | TODO Gflops/W |
| M2 MacBook Air (1x M2 @ 3.5 GHz, in Docker) | 104.68 Gflops | TODOW | TODO Gflops/W |
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Working directory where HPL and associated applications will be compiled.
hpl_root: /home/pi
hpl_root: /opt/top500

# HPL.dat configuration options.
# See: https://www.advancedclustering.com/act_kb/tune-hpl-dat-file/
Expand Down

0 comments on commit b99f1ce

Please sign in to comment.