@@ -68,7 +68,7 @@ Each system is a different object inside the ``systems`` section.
6868In 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
7373Each 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
9090Let'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
9595The 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
132132In 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
137137Each environment is associated with a name.
138138This 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
154154Let'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
159159Logging is configured under the ``logging `` section of the configuration, which is a list of logger objects.
160160Unless you want to configure logging differently for different systems, a single logger object is enough.
0 commit comments