Convert hwloc CPU set toposet
into glibc sched affinity CPU set schedset
.
This function may be used before calling sched_setaffinity or any other function that takes a cpu_set_t as input parameter.
schedsetsize
should be sizeof(cpu_set_t) unless schedset
was dynamically allocated with CPU_ALLOC