Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak authored Apr 18, 2024
1 parent b06a117 commit a278d9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/config_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ ReFrame can launch containerized applications, but you need to configure properl
Custom Job Scheduler Resources
==============================

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

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

This is similar to a regression test's :attr:`~reframe.core.pipeline.RegressionTest.extra_resources`.
Scheduler resources associated with this environments.

This is the equivalent of a test's :attr:`~reframe.core.pipeline.RegressionTest.extra_resources`.

.. versionadded:: 4.6

Expand Down
2 changes: 1 addition & 1 deletion unittests/resources/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def hostname():
'options': [
'--mount={mount}',
'--file={file}'
],
]
}
],
'features': ['cuda', 'mpi'],
Expand Down

0 comments on commit a278d9a

Please sign in to comment.