Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down