#951324 CTest does not detect NUMA correctly

Package:
cmake
Source:
cmake
Description:
cross-platform, open-source make system
Submitter:
Simon Richter
Date:
2021-09-15 11:15:03 UTC
Severity:
minor
Tags:
#951324#5
Date:
2020-02-14 13:43:06 UTC
From:
To:
Hi,

I've run ctest on a dual-socket machine, and the generated report contains

        NumberOfLogicalCPU="64"
        NumberOfPhysicalCPU="1"

That is wrong. numastat shows two nodes, node 0 and node 8.

   Simon