Changeset 39da6802 for introduction


Ignore:
Timestamp:
08/25/2024 11:06:09 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk
Children:
0e8ddc1
Parents:
f585376d
Message:

building-notes: Use "lscpu --extended" for a more human-readable output of physical-logical core mapping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    rf585376d r39da6802  
    421421      Note that the other CPU models may use a different mapping scheme.
    422422      If you are not sure about the mapping between the logical cores
    423       and the physical cores, run <command>grep -E '^processor|^core'
    424       /proc/cpuinfo</command> which will output logical core IDs in the
    425       <computeroutput>processor</computeroutput> lines, and physical core
    426       IDs in the <computeroutput>core id</computeroutput> lines.
     423      and the physical cores, run the <command>lscpu --extended</command>
     424      command which will output logical core IDs in the
     425      <computeroutput>CPU</computeroutput> column, and physical core
     426      IDs in the <computeroutput>CORE</computeroutput> column.
    427427    </para>
    428428
Note: See TracChangeset for help on using the changeset viewer.