diff --git a/hwloc-1.11.1.tar.bz2 b/hwloc-1.11.1.tar.bz2 deleted file mode 100644 index d2ae97e..0000000 --- a/hwloc-1.11.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48614061c4baa44dec7ec078459c3bd1f3ecaa39a39331a7eb857c945cca6c0f -size 3993881 diff --git a/hwloc-1.11.2.tar.bz2 b/hwloc-1.11.2.tar.bz2 new file mode 100644 index 0000000..1f46d52 --- /dev/null +++ b/hwloc-1.11.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8 +size 4019136 diff --git a/hwloc.changes b/hwloc.changes index 55c25b8..f0e1a12 100644 --- a/hwloc.changes +++ b/hwloc.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Sat Dec 26 17:24:37 UTC 2015 - mpluskal@suse.com + +- Update to 1.11.2 + * Improve support for Intel Knights Landing Xeon Phi on Linux: + + Group local NUMA nodes of normal memory (DDR) and high-bandwidth memory + (MCDRAM) together through "Cluster" groups so that the local MCDRAM is + easy to find. + - See "How do I find the local MCDRAM NUMA node on Intel Knights + Landing Xeon Phi?" in the documentation. + - For uniformity across all KNL configurations, always have a NUMA node + object even if the host is UMA. + + Fix the detection of the memory-side cache: + - Add the hwloc-dump-hwdata superuser utility to dump SMBIOS + information + into /var/run/hwloc/ as root during boot, and load this dumped + information from the hwloc library at runtime. + - See "Why do I need hwloc-dump-hwdata for caches on Intel Knights + Landing Xeon Phi?" in the documentation. + Thanks to Grzegorz Andrejczuk for the patches and for the help. + * The x86 and linux backends may now be combined for discovering CPUs + through x86 CPUID and memory from the Linux kernel. + This is useful for working around buggy CPU information reported by Linux + (for instance the AMD Bulldozer/Piledriver bug below). + Combination is enabled by passing HWLOC_COMPONENTS=x86 in the environment. + * Fix L3 cache sharing on AMD Opteron 63xx (Piledriver) and 62xx (Bulldozer) + in the x86 backend. Thanks to many users who helped. + * Fix the overzealous L3 cache sharing fix added to the x86 backend in 1.11.1 + for AMD Opteron 61xx (Magny-Cours) processors. + * The x86 backend may now add the info attribute Inclusive=0 or 1 to caches + it discovers, or to caches discovered by other backends earlier. + Thanks to Guillaume Beauchamp for the patch. + * Fix the management on alloc_membind() allocation failures on AIX, HP-UX + and OSF/Tru64. + * Fix spurious failures to load with ENOMEM on AIX in case of Misc objects + below PUs. + * lstopo improvements in X11 and Windows graphical mode: + + Add + - f 1 shortcuts to manually zoom-in, zoom-out, reset the scale, + or fit the entire window. + + Display all keyboard shortcuts in the console. + * Debug messages may be disabled at runtime by passing + * HWLOC_DEBUG_VERBOSE=0 + in the environment when --enable-debug was passed to configure. + * Add a FAQ entry "What are these Group objects in my topology?". + ------------------------------------------------------------------- Mon Nov 16 15:48:47 UTC 2015 - p.drouand@gmail.com diff --git a/hwloc.spec b/hwloc.spec index cf6b7c6..535b6a9 100644 --- a/hwloc.spec +++ b/hwloc.spec @@ -19,7 +19,7 @@ %global lname libhwloc5 %define sversion 1.11 Name: hwloc -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: Portable Hardware Locality License: BSD-3-Clause @@ -160,6 +160,10 @@ make %{?_smp_mflags} check || : %defattr(-, root, root, -) %doc AUTHORS COPYING NEWS README VERSION %attr(0755,root,root) %{_bindir}/%{name}* +# This binary is built only for intel architectures +%ifarch %ix86 x86_64 +%attr(0755,root,root) %{_sbindir}/hwloc-dump-hwdata +%endif %doc %{_mandir}/man1/%{name}* %files lstopo