hwloc icon indicating copy to clipboard operation
hwloc copied to clipboard

Hardware locality (hwloc)

Results 161 hwloc issues
Sort by recently updated
recently updated
newest added

3.0 XML isn't very different from 2.0 so far, so we could support it officially in 2.10. Wait until 3.0 XML stabilizes before merging this.

We have HWLOC_API_VERSION and get_api_version() for checking the API version at build-time and runtime. This version increases with API changes, but it's often be the same for 2.x and 2.x.1...

Hi, AFAIK, CPU binding is not supported on MacOS due to the lack of the necessary interface from Apple. ``` hwloc-bind core:0-3 hwloc-bind --get hwloc_set_cpubind 0x0000000f (flags 0x0) failed (errno...

When referencing the FAQ (and some other pages), we need links to specific sections. Maybe I am missing something but I cannot find a way to find those links without...

Doc
help wanted

Hello, In #466 an `Icon=` entry was added in the .desktop file, but no real icon was added. Could you please add icons for hwlock [XDG specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) says: > So,...

enhancement
help wanted

Since a new memory policy MPOL_WEIGHTED_INTERLEAVE is added at [1], hwloc needs to support this flag. This new flag is expected to be released from linux-v6.9. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=fa3bea4e1f8202d787709b7e3654eb0a99aed758 Signed-off-by: Honggyu...

The NVLink version returned by nvmlDeviceGetNvLinkVersion() is actually an enum. A100 returns 5 which is not NVLink 5 but rather NVLink version 3 or so. Update the doc once NVIDIA...

Add format expected by the systemd dbus api.

We implicitly require bash on Linux for some tests (eg several test-topology.sh and even bash 4 in test-bash-completion.sh). It's configure-checked but those tests are never disabled if bash is missing....

I'm currently on ubuntu trying to cross compile for android on golang. I'm able to successfully build the hwloc libraries for each android architecture using https://github.com/XMRig-for-Android/xmrig-for-android/tree/main/xmrig/lib-builder However when trying to...