MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0016006 | CMake | CMake | public | 2016-03-04 03:24 | 2016-06-10 14:31 |
Reporter | Nils Gladitz | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0016006: Incorrect physical/logical core counts from kwsys on Windows | ||||
Description | I am not entirely sure if this is the right place for kwsys issues? On a Windows 7 64-bit system with two of these: http://ark.intel.com/products/47922/Intel-Xeon-Processor-X5650-12M-Cache-2_66-GHz-6_40-GTs-Intel-QPI [^] Hyper-threading is enabled. In cmsys::SystemInformation info.GetNumberOfLogicalCPU() returns 32 (expected is 24) info.GetNumberOfPhysicalCPU() returns 0 (expected is 2) In CMake I exposed these values through NUMBER_OF_LOGICAL_CORES and NUMBER_OF_PHYSICAL_CORES in cmake_host_system_information(). The Windows GetSystemInfo() filled SYSTEM_INFO structure reports 24 in dwNumberOfProcessors. | ||||
Steps To Reproduce | cmake_host_system_information(RESULT PHYSICAL_CORES QUERY NUMBER_OF_PHYSICAL_CORES ) cmake_host_system_information(RESULT LOGICAL_CORES QUERY NUMBER_OF_LOGICAL_CORES ) message("[${PHYSICAL_CORES}:${LOGICAL_CORES}]") | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-03-04 03:24 | Nils Gladitz | New Issue | |||
2016-03-07 11:35 | Brad King | Note Added: 0040640 | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042957 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|