From 2eb2d0b7aaafe3cccc75f36f5a7404b54ee677a6 Mon Sep 17 00:00:00 2001 From: Brice Goglin Date: Mon, 17 Apr 2023 14:24:24 +0200 Subject: [PATCH] debug Signed-off-by: Brice Goglin --- hwloc/topology-windows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hwloc/topology-windows.c b/hwloc/topology-windows.c index 220a83d8f5..48506c264e 100644 --- a/hwloc/topology-windows.c +++ b/hwloc/topology-windows.c @@ -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 */