SuccessChanges

Summary

  1. linux: fix the KNL cache depth when exposed as a memory-side cache (details)
  2. lstopo: Add output option for LaTeX tikzpicture (details)
Commit b2a7fcfd54aed92ddb654bba8cd5f2e1f4a153b5 by brice.goglin
linux: fix the KNL cache depth when exposed as a memory-side cache
Should be 1, instead of inheriting 3 from the CPU-cache case.
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
The file was modifiedhwloc/topology-linux.c (diff)
Commit 2ccb19dd565d13822e6e85e382b75e24f6db0d99 by bgoglin
lstopo: Add output option for LaTeX tikzpicture
This output option generates a standalone picture to be compiled with
pdflatex.  The colors are defined using the xcolor package.  If only the
tikzpicture is of interest, one can extract the image code by copying
the lines between
"%%%%% If inserting in another document, this is the actual source code
of the picture %%%%%" and
"%%%%% End of actual source code of the picture to insert in another
document %%%%%", however, some lines also have to be copied to the
document preambule.
Signed-off-by: Clement Foyer <cfoyer@hpe.com>
The file was modifiedcontrib/windows/lstopo-no-graphics.vcxproj (diff)
The file was modifiedutils/lstopo/test-lstopo.sh.in (diff)
The file was modifiedcontrib/windows/lstopo-win.vcxproj.filters (diff)
The file was modifiedcontrib/windows/lstopo.vcxproj.filters (diff)
The file was modifiedutils/lstopo/Makefile.am (diff)
The file was modifiedutils/lstopo/lstopo-no-graphics.1in (diff)
The file was modifieddoc/hwloc.doxy (diff)
The file was modifiedcontrib/windows/lstopo.vcxproj (diff)
The file was modifiedNEWS (diff)
The file was modifiedcontrib/windows/lstopo-win.vcxproj (diff)
The file was modifiedutils/lstopo/lstopo.c (diff)
The file was modifiedutils/lstopo/lstopo.h (diff)
The file was modifiedcontrib/windows/lstopo-no-graphics.vcxproj.filters (diff)
The file was addedutils/lstopo/lstopo-tikz.c