From b8f480d91a861335a04e41d0361ccff8af64bfad Mon Sep 17 00:00:00 2001 From: rsarm Date: Mon, 19 Sep 2022 10:51:11 +0200 Subject: [PATCH] Update configure.rst --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 3b1ff68b4e..77f8a11061 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -427,7 +427,7 @@ Currently, ReFrame supports auto-detection of the local or remote processor info It does not support auto-detection of devices, in which cases users should explicitly specify this information using the |devices|_ configuration option. The processor information auto-detection works as follows: -#. If the |processor|_ configuration is option is defined, then no auto-detection is attempted. +#. If the |processor|_ configuration option is defined, then no auto-detection is attempted. #. If the |processor|_ configuration option is not defined, ReFrame will look for a processor configuration metadata file in ``~/.reframe/topology/{system}-{part}/processor.json``. If the file is found, the topology information is loaded from there.