From e9bf04a10a5ccf1905af9a97edf0f6484645b2c1 Mon Sep 17 00:00:00 2001 From: Tuomas Koskela Date: Tue, 17 Dec 2024 11:32:16 +0000 Subject: [PATCH] Fix warnings --- docs/tutorial/reframe_tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/reframe_tutorial.md b/docs/tutorial/reframe_tutorial.md index 72ced38d..26c0e35c 100644 --- a/docs/tutorial/reframe_tutorial.md +++ b/docs/tutorial/reframe_tutorial.md @@ -388,7 +388,7 @@ def extract_triad_perf(self): The output from performance tests is written in perflogs. They are csv files that are appended each time a test is ran. By default the perflogs are output in `perflogs//`. By default a lot of information about the test is stored. This can be customized in the configuration file. By default there is not much information about build step, but ReFrame will provide a link back to build environment. A more verbose report is written in `.reframe/reports/`, you can use the `--report-file` option to direct the report to a different file. -`excalibur-tests` provides tools to read and process the perflogs. See the [Next Tutorial](../excalibur-tests_tutorial) for details. +`excalibur-tests` provides tools to read and process the perflogs. See the [Next Tutorial](excalibur-tests_tutorial.md) for details. ---- @@ -514,7 +514,7 @@ class CMakeHelloTest(rfm.RegressionTest): - In `rfm_job.out` you can see that it - Creates a blank environment - Builds all dependencies -- takes quite long -- `excalibur-tests` provides utilities and settings for Spack builds in ReFrame. See the [Next Tutorial](../excalibur-tests_tutorial) for details. +- `excalibur-tests` provides utilities and settings for Spack builds in ReFrame. See the [Next Tutorial](excalibur-tests_tutorial.md) for details. ---