From 5bfec3e0220ac18ae8ded3c881198545c24016ab Mon Sep 17 00:00:00 2001 From: lara Date: Thu, 1 Feb 2024 17:28:05 +0100 Subject: [PATCH] add OSU documentation to available tests --- docs/test-suite/available-tests.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/test-suite/available-tests.md b/docs/test-suite/available-tests.md index acb1d8278..86305cf2e 100644 --- a/docs/test-suite/available-tests.md +++ b/docs/test-suite/available-tests.md @@ -4,6 +4,7 @@ The EESSI test suite currently includes tests for: * [GROMACS](#gromacs) * [TensorFlow](#tensorflow) +* [OSU Micro-Benchmarks](#osumicrobenchmarks) For a complete overview of all available tests in the EESSI test suite, see the [`eessi/testsuite/tests`](https://github.com/EESSI/test-suite/tree/main/eessi/testsuite/tests) subdirectory in the `EESSI/test-suite` GitHub repository. @@ -56,3 +57,18 @@ reframe --run --name TensorFlow !!! warning This test requires TensorFlow v2.11 or newer, using an older TensorFlow version will not work! + +## OSU Micro-Benchmarks { #osumicrobenchmarks } + +A test for [OSU Micro-Benchmarks](https://mvapich.cse.ohio-state.edu/benchmarks/), which provides an MPI benchmark. + +It is implemented in [`tests/apps/osu.py`](https://github.com/EESSI/test-suite/blob/main/eessi/testsuite/tests/apps/osu.py). + +To run this Osu Micro-Benchmark, use: + +```bash +reframe --run --name OSU-Micro-Benchmarks +``` + +!!! warning + This test requires OSU Micro-Benchmarks v5.9 or newer, using an older OSU -Micro-Benchmark version will not work!