Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more information on the actual tests defined and how to run them see the REA

The [ReFrame](https://reframe-hpc.readthedocs.io/en/latest/index.html) framework is used to define tests in a portable fashion in the `reframe_<application>.py` file in each application directory.

Results are compared and plotted using [juypter notebooks](https://jupyter.readthedocs.io/en/latest/), with a `<application>.ipynb` file in each application directory.
Results are compared and plotted using [jupyter notebooks](https://jupyter.readthedocs.io/en/latest/), with a `<application>.ipynb` file in each application directory.

This package does not automate build/install of the benchmarked applications themselves for your system. This allows it to be used to assess performance of current system application installs, custom builds, or for performance comparisons between different builds. However, for each benchmark installation instructions are provided using OpenHPC-provided packages (where relevant) and/or [Spack](https://spack.readthedocs.io/) (which does not require root).

Expand Down