You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,11 +132,8 @@ Each environment is associated with a name.
132
132
This name will be used to reference this environment in different contexts, as for example in the ``environs`` property of the system partitions.
133
133
A programming environment in ReFrame is essentially a collection of environment modules, environment variables and compiler definitions.
134
134
135
-
An important feature in ReFrame's configuration, is that you can define section objects differently for different systems or system partitions by using the ``target_systems`` property.
136
-
Notice, for example, how the ``gnu`` environment is defined differently for the system ``daint`` compared to the generic definition.
137
-
The ``target_systems`` property is a list of systems or system/partition combinations where this definition of the environment is in effect.
138
-
This means that ``gnu`` will be defined this way only for regression tests running on ``daint``.
139
-
For all the other systems, it will be defined using the first definition.
135
+
An important feature in ReFrame's configuration is that you can scope the definition of section objects to different systems or system/partition combinations by using the ``target_systems`` property.
136
+
In our example, this means that the ``gnu`` environment will be defined this way only for tests running on the system ``daint``.
0 commit comments