Skip to content

Commit 5b20afc

Browse files
authored
Merge pull request #3068 from vkarak/bugfix/docs-env-config
[doc] Remove outdated text in configuration docs
2 parents b361001 + 8318333 commit 5b20afc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/configure.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,8 @@ Each environment is associated with a name.
132132
This name will be used to reference this environment in different contexts, as for example in the ``environs`` property of the system partitions.
133133
A programming environment in ReFrame is essentially a collection of environment modules, environment variables and compiler definitions.
134134

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``.
140137

141138

142139
---------------------

0 commit comments

Comments
 (0)