Skip to content

Commit 7274b3c

Browse files
authored
[doc] Make it clear logical CPUs refer to threads
1 parent e27bc5d commit 7274b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ Processor Info
16371637

16381638
.. versionadded:: 3.5.0
16391639

1640-
A *processor info object* in ReFrame's configuration is used to hold information about the processor of a system partition and is made available to the tests through the :attr:`processor <reframe.core.systems.SystemPartition.processor>` attribute of the :attr:`current_partition <reframe.core.pipeline.RegressionTest.current_partition>`.
1640+
A *processor info object* in ReFrame's configuration is used to hold information about the processor of a system partition and is made available to the tests through the :attr:`processor <reframe.core.systems.SystemPartition.processor>` attribute of the :attr:`current_partition <reframe.core.pipeline.RegressionTest.current_partition>`. Note that "logical CPUs" is the number of threads, so for example :attr:`num_cpus_per_core <reframe.core.systems.SystemPartition.processor.num_cpus_per_core>` can be larger than one if a hyper-threading-like system is enabled.
16411641

16421642

16431643
.. attribute:: .arch

0 commit comments

Comments
 (0)