From 28d0d5fb54984e8359eb1177f097cb9d81ecf047 Mon Sep 17 00:00:00 2001 From: jgp Date: Wed, 29 Dec 2021 15:53:43 +0100 Subject: [PATCH 1/2] typo --- docs/tutorial_build_automation.rst | 2 +- docs/tutorial_fixtures.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial_build_automation.rst b/docs/tutorial_build_automation.rst index 49ab2acedf..ed91b60967 100644 --- a/docs/tutorial_build_automation.rst +++ b/docs/tutorial_build_automation.rst @@ -79,7 +79,7 @@ Packaging the installation -------------------------- The EasyBuild build system offers a way of packaging the installation via EasyBuild's packaging support. -To use this feature, `the FPM package manager `__ must be available. +To use this feature, `the FPM package manager `__ must be available. By setting the dictionary :attr:`~reframe.core.buildsystems.Easybuild.package_opts` in the test, ReFrame will pass ``--package-{key}={val}`` to the EasyBuild invocation. For instance, the following can be set to package the installations as an rpm file: diff --git a/docs/tutorial_fixtures.rst b/docs/tutorial_fixtures.rst index e8410f461f..6efbd5e38c 100644 --- a/docs/tutorial_fixtures.rst +++ b/docs/tutorial_fixtures.rst @@ -51,7 +51,7 @@ The individual benchmarks do exactly that: Here we construct the final executable path by accessing the standard :attr:`~reframe.core.pipeline.RegressionTest.stagedir` attribute of the test as well as the custom-defined :attr:`build_prefix` variable of the :class:`build_osu_benchmarks` fixture. -Let's inspect now the :class:`build_osu_benchmarks` fixture: +Let's inspect now the :class:`osu_benchmarks` fixture in the :class:`build_osu_benchmarks` class: .. literalinclude:: ../tutorials/fixtures/osu_benchmarks.py :start-after: # rfmdocstart: build-osu-benchmarks From 506e7f005763a2bc1176f82d69ad9b8d011843f2 Mon Sep 17 00:00:00 2001 From: Vasileios Karakasis Date: Wed, 12 Jan 2022 21:20:05 +0100 Subject: [PATCH 2/2] Address PR comments --- docs/tutorial_fixtures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_fixtures.rst b/docs/tutorial_fixtures.rst index 6efbd5e38c..e8410f461f 100644 --- a/docs/tutorial_fixtures.rst +++ b/docs/tutorial_fixtures.rst @@ -51,7 +51,7 @@ The individual benchmarks do exactly that: Here we construct the final executable path by accessing the standard :attr:`~reframe.core.pipeline.RegressionTest.stagedir` attribute of the test as well as the custom-defined :attr:`build_prefix` variable of the :class:`build_osu_benchmarks` fixture. -Let's inspect now the :class:`osu_benchmarks` fixture in the :class:`build_osu_benchmarks` class: +Let's inspect now the :class:`build_osu_benchmarks` fixture: .. literalinclude:: ../tutorials/fixtures/osu_benchmarks.py :start-after: # rfmdocstart: build-osu-benchmarks