Subject: | Incorrect number of CPUs /Cores on Linux |
Hi,
I'm using version 0.053. I've attached copies of /proc/cpuinfo for two different systems for which ncpus() is incorrectly determined.
The first (vogon) is a Quad cpu system with 4 cores per CPU:
vogon% perl -MSystem::Info=si_uname -E 'say si_uname( q[c])'
16 [64 cores]
The second (macabre) is a single cpu system with 4 cores:
macabre% perl -MSystem::Info=si_uname -E 'say si_uname( q[c])'
4 [16 cores]
Thanks,
Diab
Subject: | macabre.cpuinfo |
Message body not shown because it is not plain text.
Subject: | vogon.cpuinfo |
Message body not shown because it is not plain text.