Skip to content

Commit 7299e5a

Browse files
author
Vasileios Karakasis
authored
Merge pull request #2079 from vkarak/doc/update-doc-autodetect
[doc] Fix documentation about processor auto-detection
2 parents f33c8e5 + c550876 commit 7299e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The processor information auto-detection works as follows:
421421

422422
#. If the |processor|_ configuration is option is defined, then no auto-detection is attempted.
423423

424-
#. If the |processor|_ configuration option is not defined, ReFrame will look for a processor configuration metadata file in ``{configdir}/_meta/{system}-{part}/processor.json`` or in ``~/.reframe/topology/{system}-{part}/processor.json`` in case of the builtin configuration file.
424+
#. If the |processor|_ configuration option is not defined, ReFrame will look for a processor configuration metadata file in ``~/.reframe/topology/{system}-{part}/processor.json``.
425425
If the file is found, the topology information is loaded from there.
426426
These files are generated automatically by ReFrame from previous runs.
427427

0 commit comments

Comments
 (0)