Hi Alexander.
Attach patch should fix the error. Alternatively, you may change line
73 in src/CpuAffinitySet.cc from:
return (CPU_COUNT(&theOrigCpuSet) > 0);
to:
return (CPU_COUNT((cpu_set_t *)&theOrigCpuSet) > 0);
Regards,
Dmitry
This archive was generated by hypermail 2.2.0 : Thu Aug 30 2012 - 12:00:12 MDT