hwloc
                                
                                 hwloc copied to clipboard
                                
                                    hwloc copied to clipboard
                            
                            
                            
                        Hardware locality (hwloc)
When we report an error during insertion, it's hard to figure out where it comes from because it occurs deep inside the insert_by_cpuset() recursion and we only have information about...
libfabric 1.7 will expose device attributes (including name and PCI bus id). We'll finally be able to do something similar to hwloc/openfabrics-verbs.h However it looks like no libfabric provider implements...
Graphic libraries report lots of warning errors, which make the X11 output (and even svg/png/... outputs) hard to debug in valgrind.
Hello, It seems that packages are installing their valgrind supp file into /usr/lib/valgrind, I guess we should do the same? Samuel
The Linux PCI code uses many individual sysfs files to get the class, vendor/device/subvendor/subdevice IDs. Starting with Linux 4.10, we could also get the revision number from there. But parsing...
The PDF output has many broken hyperlinks: - all \ref to \page anchors - all references to header files All those point to page 1 instead of the right target....
We often get complaints from MacOS users because they install Cairo+hwloc from homebrew but they don't get a X11-enable lstopo. Then they rebuild hwloc from source, which says it has...
msconfig on Windows lets you disable some cores (go to "Boot" tab, "Advanced options", "Number of processors"). See that's what "Active" means in dwActiveProcessorMask vs dwNumberOfProcessors in struct _SYSTEM_INFO, and...
Not really useful as long as we don't have hundreds of children within a single object. The quadratic complexity is negligible on current machines since we usually have tens of...
Many attributes are always shared between all cores of a package, or even between packages if same model or generation (how do we know for sure it's homogeneous?). See if...