Skip to content

Commit

Permalink
debug
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 Apr 17, 2023
1 parent 0153e8a commit 2eb2d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hwloc/topology-windows.c
Expand Up @@ -1068,6 +1068,7 @@ hwloc_look_windows(struct hwloc_backend *backend, struct hwloc_disc_status *dsta
&& procInfo->Cache.Type != CacheInstruction)
continue;

printf("got relation %u length %u\n", (unsigned) procInfo->Relationship, (unsigned)procInfo->Size);
id = HWLOC_UNKNOWN_INDEX;
switch (procInfo->Relationship) {
case RelationNumaNodeEx: /* only used on input anyway */
Expand Down

0 comments on commit 2eb2d0b

Please sign in to comment.