Skip to content

Commit d9d0b2c

Browse files
authored
Address PR comments
1 parent 8cdaf7b commit d9d0b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ System Partition Configuration
420420
A list of job scheduler options that will be passed to the generated job script for gaining access to that logical partition.
421421

422422
.. note::
423-
For the ``pbs`` and ``torque`` backends, options accepted in the :attr:`~config.systems.partitions.access` and :attr:`~config.systems.partitions.resources` paramters may either refer to actual ``qsub`` options or may just be resources specifications to be passed to the ``-l`` option.
423+
For the ``pbs`` and ``torque`` backends, options accepted in the :attr:`~config.systems.partitions.access` and :attr:`~config.systems.partitions.resources` parameters may either refer to actual ``qsub`` options or may just be resources specifications to be passed to the ``-l`` option.
424424
The backend assumes a ``qsub`` option, if the options passed in these attributes start with a ``-``.
425425

426426

@@ -693,7 +693,7 @@ ReFrame allows you to define custom scheduler resources for each partition that
693693
}
694694
695695
.. note::
696-
For the ``pbs`` and ``torque`` backends, options accepted in the :attr:`~config.systems.partitions.access` and :attr:`~config.systems.partitions.resources` paramters may either refer to actual ``qsub`` options or may just be resources specifications to be passed to the ``-l`` option.
696+
For the ``pbs`` and ``torque`` backends, options accepted in the :attr:`~config.systems.partitions.access` and :attr:`~config.systems.partitions.resources` parameters may either refer to actual ``qsub`` options or may just be resources specifications to be passed to the ``-l`` option.
697697
The backend assumes a ``qsub`` option, if the options passed in these attributes start with a ``-``.
698698

699699

0 commit comments

Comments
 (0)