Accepting request 350914 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.11.2 OBS-URL: https://build.opensuse.org/request/show/350914 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=17
This commit is contained in:
parent
7eff7629a5
commit
9c6700be5c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48614061c4baa44dec7ec078459c3bd1f3ecaa39a39331a7eb857c945cca6c0f
|
|
||||||
size 3993881
|
|
3
hwloc-1.11.2.tar.bz2
Normal file
3
hwloc-1.11.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8c029b6b1638245837707bfa6c865f448af4e49e7d352335e019d818b51fecf8
|
||||||
|
size 4019136
|
@ -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
|
Mon Nov 16 15:48:47 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global lname libhwloc5
|
%global lname libhwloc5
|
||||||
%define sversion 1.11
|
%define sversion 1.11
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 1.11.1
|
Version: 1.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Hardware Locality
|
Summary: Portable Hardware Locality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -160,6 +160,10 @@ make %{?_smp_mflags} check || :
|
|||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%doc AUTHORS COPYING NEWS README VERSION
|
%doc AUTHORS COPYING NEWS README VERSION
|
||||||
%attr(0755,root,root) %{_bindir}/%{name}*
|
%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}*
|
%doc %{_mandir}/man1/%{name}*
|
||||||
|
|
||||||
%files lstopo
|
%files lstopo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user