-
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
-
```
using Pkg
Pkg.add("VectorizationBase")
Pkg.add("Hwloc")
using VectorizationBase,Hwloc
print(VectorizationBase.num_cores())
print(num_physical_cores())
print(num_virtual_cores())
```
```
…
-
#5204 results in a search for a dependency called `hwloc-1.11.8-GCC-6.4.0-2.28.eb`, however the 2.28 is not in the name of the file `hwloc-1.11.8-GCCcore-6.4.0.eb` therefore OpenMPI-2.1.2 fails to bui…
-
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/269) by Omri Mor (Bitbucket: [omrimor2](https://bitbucket.org/omrimor2), GitHub: [omor1](https://github.com/omor1)).**
-------------…
-
When doing: `flux --version` only the minimal help is embedded. Using `strace` on the process shows that it is looking up a file in the compilation prefix.
```
openat(AT_FDCWD, "/workspace/destdir…
-
I'm not the best with cross compilation but when compiling i run into the error
/usr/bin/x86_64-w64-mingw32-ld: cannot find -lhwloc: No such file or directory
I have compiled and downloaded the…
-
Hi people, I have tried and modified soperator in order to play it in kind with only CPU and **almost** everything goes fine. You can clone [this state](https://github.com/CrackedPoly/soperator/tree/0…
-
Due to the changing of definition on `hwloc_cpubind_flags_t` [ref](https://github.com/open-mpi/hwloc/blob/master/include/hwloc.h#L176) in new version of hwloc, the old binding in rust is outdated [ref…
-
### Version & Environment
Redpanda version: v24.2.2 (the same problem was observed in 23.1.11)
Operating System: Ubuntu 20.04.6 LTS (Focal Fossa)
`5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 …
-
Hello,
It seems that packages are installing their valgrind supp file into /usr/lib/valgrind, I guess we should do the same?
Samuel