-
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find HWLOC (missing: HWLOC_LIBRARY HWLOC_INCLUDE_DIR)
Call Stack (most recent call first):
/…
-
Have you thought about using hwloc to do hardware independent thread pinning? It would add a dependency on the one hand, but make things much easier for people running this lib on the other. It'd also…
-
It would have to use hwloc_pid_from_number() first.
It's currently not built on any windows flavor.
See also #330
For testing, note that hwloc-bind doesn't work (#151) hence you have to run a …
-
Expose hwloc interoperability with the OpenFabrics networking library (infiniband etc), add suitable feature+cfg+doc(cfg)+cfg(doc): https://hwloc.readthedocs.io/en/v2.9/group__hwlocality__openfabrics.…
-
This means that potentially some of the threads might actually be sharing a core, inducing context switching.
Proposed solution: I think this might be relevant: https://github.com/daschl/hwloc-rs —…
-
Issue discribed here: https://github.com/JuliaParallel/Hwloc.jl/pull/61
```
This CPU does not provide information on cpuid leaf 0x00000004.
```
Root cause to be identified.
@carstenbauer
m-j-w updated
2 years ago
-
Currently, when running DAPHNE with the `--vec` flag, the usage of `hwloc_topology_load()` inside of `MTWrapperBase` causes a significant overhead in execution time as this is repeated for every singl…
-
Expose Linux-specific API functions and libnuma interoperability behind suitable cfg flags with associated doc(cfg)/cfg(doc):
- [x] Linux: https://hwloc.readthedocs.io/en/v2.9/group__hwlocality__li…
-
The current implementation uses:
https://github.com/theQRL/qryptonight/blob/af5ec51f2c14e1e21682185cbf0abc7529f754bd/src/qryptonight/qryptominer.cpp#L103
This is not optimal. For example, HT thr…
jleni updated
6 years ago
-
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/269) by Omri Mor (Bitbucket: [omrimor2](https://bitbucket.org/omrimor2), GitHub: [omor1](https://github.com/omor1)).**
-------------…