Skip to content

Commit

Permalink
Updated README to reflect new OS support
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAssassin23 committed Aug 12, 2023
1 parent b1b3f3a commit ae8f6d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Currently supported OSes:
- Ubuntu (20.04+)
- Raspberry Pi OS (11+)
- Debian (11+)
- Rocky Linux (9+)
- AlmaLinux (9+)
- CentOS Stream(9+)
- RHEL (9+)
- Fedora (38+)
- Arch Linux
- Manjaro

Other OSes may need a few tweaks to work correctly. You can also run the playbook inside Docker (see the note under 'Benchmarking - Single Node'), but performance will be artificially limited.

Expand All @@ -33,6 +40,10 @@ Each host should be reachable via SSH using the username set in `ansible_user`.

Tweak other settings inside `config.yml` as desired (the most important being `hpl_root`—this is where the compiled MPI, ATLAS, and HPL benchmarking code will live).

> **Note**:
> The names of the nodes inside `hosts.ini` must match the hostname of their corresponding node; otherwise, the benchmark will hang when you try to run it in a cluster.
> For example, if you have `node-01.local` in your `hosts.ini` your host's hostname should be `node-01` and not something else like `raspberry-pi`.
Then run the benchmarking playbook inside this directory:

```
Expand Down

0 comments on commit ae8f6d8

Please sign in to comment.