Skip to content

Commit

Permalink
Revert "Fix version check for HWLOC_MEMBIND_BYNODESET"
Browse files Browse the repository at this point in the history
This reverts commit a32a72f.
  • Loading branch information
biddisco committed Feb 26, 2018
1 parent a32a72f commit a3faea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/threads/topology.cpp
Expand Up @@ -1265,7 +1265,7 @@ namespace hpx { namespace threads

int topology::get_numa_domain(const void *addr) const
{
#if HWLOC_API_VERSION >= 0x00010b00
#if HWLOC_API_VERSION >= 0x00010b03
hpx_hwloc_bitmap_wrapper *nodeset = topology::bitmap_storage_.get();
if (nullptr == nodeset)
{
Expand Down

0 comments on commit a3faea3

Please sign in to comment.