Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jul 3, 2023
1 parent 5b0c6b5 commit e90208c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/manpage.rst
Expand Up @@ -632,6 +632,9 @@ Options controlling ReFrame execution
- Sequence types: ``-S seqvar=1,2,3,4``
- Mapping types: ``-S mapvar=a:1,b:2,c:3``

Nested mapping types can also be converted using JSON syntax.
For example, the :attr:`~reframe.core.pipeline.RegressionTest.extra_resources` complex dictionary could be set with ``-S extra_resources='{"gpu": {"num_gpus_per_node":8}}'``.

Conversions to arbitrary objects are also supported.
See :class:`~reframe.utility.typecheck.ConvertibleType` for more details.

Expand Down

0 comments on commit e90208c

Please sign in to comment.