Skip to content

Commit

Permalink
Add CI testing task to compile all defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Oct 28, 2024
1 parent fe9f0f4 commit db3b2e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ jobs:

- name: Check the syntax of the HPL benchmark playbook.
run: ansible-playbook main.yml --syntax-check

- name: Run the playbook but not the HPL benchmark.
run: ansible-playbook main.yml --tags "setup"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Top500 Benchmark - HPL Linpack

[![CI](https://github.com/geerlingguy/top500-benchmark/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/geerlingguy/top500-benchmark/actions?query=workflow%3ACI)
[![CI](https://github.com/geerlingguy/top500-benchmark/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/top500-benchmark/actions/workflows/ci.yml)

A common generic benchmark for clusters (or extremly powerful single node workstations) is Linpack, or HPL (High Performance Linpack), which is famous for its use in rankings in the [Top500 supercomputer list](https://top500.org) over the past few decades.

Expand Down

0 comments on commit db3b2e3

Please sign in to comment.