On Fri, Jun 11, 2021 at 09:41:39PM +0000, RVP wrote: > 1. Is `hwloc_thread_t' the same as `pthread_t' when hwloc is compiled > on NetBSD? > > 2. Does a `make check' of hwloc on NetBSD pass? > > -RVP
Yes to both. Martin pointed out on IRC that the problem is the main reference executable (as opposed to the hwloc library) not being built with -pthread, and it indeed works when built this way (woo, I have OpenCL on NetBSD...).