Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoskela committed Mar 5, 2024
1 parent 5135152 commit 047e28d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SYSTEMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ reframe -c benchmarks/examples/sombrero -r --performance-report --system archer2

ARCHER2 allows [choosing the CPU frequency](https://docs.archer2.ac.uk/user-guide/energy/#controlling-cpu-frequency) during jobs by setting the environment variable `SLURM_CPU_FREQ_REQ` to specific values.
In ReFrame v3 the list of environment variables set by the framework is held by the dictionary attribute called `env_vars`, and you can initialise it on the command line when running a benchmark with `-S`/`--setvar`.
For more details, see Setting environment variables in [`README.md`](./README.md).
For more details, see Setting environment variables in [usage](use.md).
For example, to submit a benchmark using the lowest CPU frequency (1.5 GHz) you can use

```
Expand All @@ -38,7 +38,7 @@ reframe -c benchmarks/examples/sombrero -r --performance-report --system archer2
ARCHER2 is a Cray system, and they
[recommend using a cray optimised python version](https://docs.archer2.ac.uk/user-guide/python/).
The HPE Cray Python distribution can be loaded using `module load cray-python`.
This is necessary to pip install excalibur-tests following the instructions in [README.md](./README.md).
This is necessary to pip install excalibur-tests following the instructions in [install](install.md).

### Spack install path

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apps/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Supported benchmarks

This directory contains the benchmarks currently supported by the project. More can be added by opening a Pull Request following the guidance in [`CONTRIBUTING.md`](../../CONTRIBUTING.md).
This directory contains the benchmarks currently supported by the project. More can be added by opening a Pull Request following the guidance in [contributing](../docs/contributing.md).
2 changes: 1 addition & 1 deletion docs/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ to `threads`.

## Usage on unsupported systems

The configuration provided in [`reframe_config.py`](./reframe_config.py) lets you run the
The configuration provided in [`reframe_config.py`](https://github.com/ukri-excalibur/excalibur-tests/blob/main/benchmarks/reframe_config.py) lets you run the
benchmarks on pre-configured HPC systems. However you
can use this framework on any system by choosing the "default" system with `--system
default`, or by using your own ReFrame configuration. You can use the "default" system to run
Expand Down

0 comments on commit 047e28d

Please # to comment.