Le 13/03/2012 19:08, Hartmut Kaiser a écrit :
>> - hwloc_bitmap_from_ith_ulong(obj->cpuset, GroupMask[i].Group,
>> GroupMask[i].Mask);
>> + hwloc_bitmap_from_ith_ulong(obj->cpuset, 2*GroupMask[i].Group,
>> GroupMask[i].Mask & 0xfffffff);
There's a missing 'f' above.
Here's another almost untested patch, with additional debug printf.
Please remove the previous one and apply this one instead.
Brice
|