Le 11/01/2011 23:09, Jeff Squyres a écrit : > When memory binding to nodesets or cpusets, do bit locations correspond to > hwloc logical values or physical (os_index) values? >
It's clearly stated in "hwlocality_sets" at the beginning of hwloc.h that cpusets and nodesets are always made of physical/OS indexes. If you want to put logical index bits in there, use hwloc_bitmap_t, not hwloc_cpuset_t or hwloc_nodeset_t (even if the storage is the same). By the way, ack to your nexttouch rewording in the other mail. Brice