Skip to content

Commit c595d65

Browse files
authored
Merge pull request #2619 from giordano/patch-1
2 parents eae908e + 0688653 commit c595d65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config_reference.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,6 +1658,10 @@ Processor Info
16581658

16591659
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>`.
16601660

1661+
.. note::
1662+
In the following the term *logical CPUs* refers to the smallest processing unit recognized by the OS.
1663+
Depending on the microarchitecture, this can either be a core or a hardware thread in processors that support simultaneous multithreading and this feature is enabled.
1664+
Therefore, properties such as :attr:`num_cpus_per_core` may have a value greater than one.
16611665

16621666
.. attribute:: .arch
16631667

0 commit comments

Comments
 (0)