Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Incorrect core ids for certain CPUs (if the core ids are discontinuous) #63

Open
suxpert opened this issue Oct 24, 2023 · 0 comments

Comments

@suxpert
Copy link

suxpert commented Oct 24, 2023

It is certain that core id in /proc/cpuinfo can be discontinuous, since that is commonly reported:
see here and here for examples.
Perhaps that is because our CPUs were "downgraded" by blocking some cores.

On my computer, simple monitor show 15 cores ranging from 0 to 14 as following:
sm_coreids
while in /proc/cpuinfo, I have:

$ grep 'core id' /proc/cpuinfo
core id         : 0
core id         : 1
core id         : 2
core id         : 3
core id         : 4
core id         : 5
core id         : 6
core id         : 8
core id         : 9
core id         : 10
core id         : 11
core id         : 12
core id         : 13
core id         : 14
core id         : 0
core id         : 1
core id         : 2
core id         : 3
core id         : 4
core id         : 5
core id         : 6
core id         : 8
core id         : 9
core id         : 10
core id         : 11
core id         : 12
core id         : 13
core id         : 14

where core id 7 does not exist, but were shown in simple monitor, with a temperature that never change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant