Skip to content

Commit a278d9a

Browse files
authored
Apply suggestions from code review
1 parent b06a117 commit a278d9a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/config_reference.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ ReFrame can launch containerized applications, but you need to configure properl
689689
Custom Job Scheduler Resources
690690
==============================
691691

692-
ReFrame allows you to define custom scheduler resources for each partition/environment that can then be transparently accessed through the :attr:`~reframe.core.pipeline.RegressionTest.extra_resources` attribute of a regression test or the environment.
692+
ReFrame allows you to define custom scheduler resources for each partition that can then be transparently accessed through the :attr:`~reframe.core.pipeline.RegressionTest.extra_resources` attribute of a test or from an environment.
693693

694694
.. py:attribute:: systems.partitions.resources.name
695695
@@ -958,7 +958,9 @@ They are associated with `system partitions <#system-partition-configuration>`__
958958
:required: No
959959
:default: ``{}``
960960

961-
This is similar to a regression test's :attr:`~reframe.core.pipeline.RegressionTest.extra_resources`.
961+
Scheduler resources associated with this environments.
962+
963+
This is the equivalent of a test's :attr:`~reframe.core.pipeline.RegressionTest.extra_resources`.
962964

963965
.. versionadded:: 4.6
964966

unittests/resources/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def hostname():
6767
'options': [
6868
'--mount={mount}',
6969
'--file={file}'
70-
],
70+
]
7171
}
7272
],
7373
'features': ['cuda', 'mpi'],

0 commit comments

Comments
 (0)