Skip to content

Commit

Permalink
fix inspect error
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Feb 23, 2018
1 parent 9eeb7df commit e7a0f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/threads/topology.cpp
Expand Up @@ -1236,7 +1236,8 @@ namespace hpx { namespace threads
return true;
}

util::thread_specific_ptr<hpx_hwloc_bitmap_wrapper, topology::tls_tag> topology::bitmap_storage_;
util::thread_specific_ptr<hpx_hwloc_bitmap_wrapper, topology::tls_tag>
topology::bitmap_storage_;

threads::mask_type topology::get_area_membind_nodeset(
const void *addr, std::size_t len) const
Expand Down

0 comments on commit e7a0f70

Please sign in to comment.