Hi, I'm trying to write a custom C++ allocator that wraps hwloc calls. I've tried using various hwloc_alloc* functions to set the memory bindings, but when I call hwloc_get_area_membind_nodeset to verify, I don't get the same policy I passed to alloc. Are there example codes that show how to set memory bindings? More generally, are there example codes that help illustrate how to use hwloc API?
Thanks,Rob Aulwes