Skip to content

Commit 89a2069

Browse files
committed
Merge branch 'master' into feat/hook-from-meta
2 parents b72ca1c + a38c951 commit 89a2069

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/configure.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Each system is a different object inside the ``systems`` section.
6868
In our example we define three systems, a Mac laptop, Piz Daint and a generic fallback system:
6969

7070
.. literalinclude:: ../tutorials/config/settings.py
71-
:lines: 11-90
71+
:lines: 11-94
7272

7373
Each system is associated with a set of properties, which in this case are the following:
7474

@@ -90,7 +90,7 @@ The ``login`` partition refers to the login nodes of the system, whereas the ``g
9090
Let's pick the ``gpu`` partition and look into it in more detail:
9191

9292
.. literalinclude:: ../tutorials/config/settings.py
93-
:lines: 39-59
93+
:lines: 39-63
9494

9595
The basic properties of a partition are the following:
9696

@@ -132,7 +132,7 @@ In our example, we define environments for all the basic compilers as well as a
132132
In certain contexts, it is useful to see a ReFrame environment as a wrapper of a programming toolchain (MPI + compiler combination):
133133

134134
.. literalinclude:: ../tutorials/config/settings.py
135-
:lines: 91-149
135+
:lines: 95-153
136136

137137
Each environment is associated with a name.
138138
This name will be used to reference this environment in different contexts, as for example in the ``environs`` property of the system partitions.
@@ -154,7 +154,7 @@ Additionally, it allows for logging performance data from performance tests into
154154
Let's see how logging is defined in our example configuration, which also represents a typical one for logging:
155155

156156
.. literalinclude:: ../tutorials/config/settings.py
157-
:lines: 150-185
157+
:lines: 154-189
158158

159159
Logging is configured under the ``logging`` section of the configuration, which is a list of logger objects.
160160
Unless you want to configure logging differently for different systems, a single logger object is enough.

0 commit comments

Comments
 (0)