Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Nov 5, 2021
1 parent df8fc00 commit fefc02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hwloc/topology-windows.c
Expand Up @@ -1228,6 +1228,7 @@ hwloc_look_windows(struct hwloc_backend *backend, struct hwloc_disc_status *dsta
* in https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-numa_node_relationship
* TODO TEST
*/
printf("got Count=%ld Mask=%llx Mask[0]=%llx\n", (long) procInfo->NumaNode.GroupCount, (unsigned long long) procInfo->NumaNode.GroupMask.Mask, (unsigned long long) procInfo->NumaNode.GroupMasks[0].Mask);
if (procInfo->NumaNode.GroupCount) {
num = procInfo->NumaNode.GroupCount;
GroupMask = procInfo->NumaNode.GroupMasks;
Expand Down

0 comments on commit fefc02e

Please sign in to comment.