-
in file: resource.cc, the following function:
```
static unsigned find_memory_depth(hwloc_topology_t& topology) {
auto depth = hwloc_get_type_depth(topology, HWLOC_OBJ_PU);
auto obj = hw…
-
My build of #15285 is failing because the `tbbind` library depends on `hwloc`, see:
https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md#tbbbind-library-configuration
-
### What version of hwloc are you using?
2.10.0
### Which operating system and hardware are you running on?
Alma Linux 8.10
Linux 4.18.0-553.5.1.el8_10.x86_64
Dell Precision 7875 Tower
BIO…
-
I am generating the bindings for Hwloc_jll, and I encountered a few edge cases that I thought you might like to know about -- all of these have straightforward workarounds, so this isn't urgent here.
…
-
In principle, it is possible to extend hwloc by writing plugins for it. However, the compile-time constant used to evaluate ABI compatibility is a header define, which means I can't check it from Rust…
-
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…
-
hwloc provides interoperability with a bunch of GPU/heterogeneous system APIs. The amount of support code needed for each is small, but each will need to get a dedicated feature and suitable cfg+doc(c…
-
It seems that we have two possible situations that can give us the annoying:
```
Choose platform:
[0]
Choice [0]:
Not enough memory to run on this device.
[1] 150038 abort (core dumped) pyt…
-
I'm trying to use the "xmr-stak-cpu" under the FreeBSD.
on different servers for example:
CPU: 2 x Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz - OS: FreeBSD 11.0-RELEASE-p8
CPU: 2 x Intel(R) Xeon(…
-
From https://github.com/flux-framework/flux-core/issues/3193#issuecomment-721323494, we found that a nested instance incorrectly finds the GPU info.
@grondo and I looked into this and determined th…