libfork icon indicating copy to clipboard operation
libfork copied to clipboard

macOS 14.5: "hwloc's cpu binding is not supported on this system"

Open stephenberry opened this issue 1 year ago • 0 comments

This library looks really nice. I'm trying to use it with Xcode 15.4, but I hit the following error:

 case ENOSYS:
          LF_THROW(hwloc_error{"hwloc's cpu binding is not supported on this system"});

I'm using lf::lazy_pool pool(4);

stephenberry avatar Jun 25 '24 17:06 stephenberry