Browse Source

update hwloc version when switching between NUMANODE and NODE

Corentin Salingue 8 years ago
parent
commit
69c28f6be5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/topology.c

+ 1 - 1
src/core/topology.c

@@ -41,7 +41,7 @@
 #ifndef HWLOC_API_VERSION
 #define HWLOC_OBJ_PU HWLOC_OBJ_PROC
 #endif
-#if HWLOC_API_VERSION < 0x00010a00
+#if HWLOC_API_VERSION < 0x00010b00
 #define HWLOC_OBJ_NUMANODE HWLOC_OBJ_NODE
 #endif