From 7ac3a26133f28fda31e4d934eb26ba45839a8bba Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Tue, 12 Jul 2022 10:04:44 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a55b5e8..32789e3 100644 --- a/README.md +++ b/README.md @@ -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_.py` file in each application directory. -Results are compared and plotted using [juypter notebooks](https://jupyter.readthedocs.io/en/latest/), with a `.ipynb` file in each application directory. +Results are compared and plotted using [jupyter notebooks](https://jupyter.readthedocs.io/en/latest/), with a `.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).