forked from pool/hwloc
Accepting request 544192 from home:tsaupe
update to latest released upstream version 1.11.8 (fate#324166) OBS-URL: https://build.opensuse.org/request/show/544192 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=28
This commit is contained in:
parent
90d3cad6fb
commit
bb18332b91
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3211d30e3d54ec4d2c7c5eda8aa267f618ac2d25497b9f16a6349af8a2e26433
|
||||
size 1582550
|
3
hwloc-1.11.8.tar.gz
Normal file
3
hwloc-1.11.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:802b77073f40581be689bd0a2ec23e79db94846eef66b6281dceba0df8575487
|
||||
size 1622737
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 12:29:26 UTC 2017 - Thomas.Blume@suse.com
|
||||
|
||||
- update to latest released upstream version 1.11.8 (fate#324166)
|
||||
|
||||
* Multiple Solaris improvements
|
||||
+ Detect caches on Sparc.
|
||||
+ Properly detect allowed/disallowed PUs and NUMA nodes with processor sets.
|
||||
+ Add hwloc_get_last_cpu_location() support for the current thread.
|
||||
* Add support for CUDA compute capability 7.0 and fix support for 6.[12].
|
||||
* Tools improvements
|
||||
+ Fix search for objects by physical index in command-line tools.
|
||||
+ Add missing "cpubind:get_thisthread_last_cpu_location" in the output
|
||||
of hwloc-info --support.
|
||||
+ Add --pid and --name to specify target processes in hwloc-ps.
|
||||
+ Display thread names in lstopo and hwloc-ps on Linux.
|
||||
* Doc improvements
|
||||
+ Add a FAQ entry about building on Windows.
|
||||
+ Install missing sub-manpage for hwloc_obj_add_info() and
|
||||
hwloc_obj_get_info_by_name().
|
||||
* Fix hwloc-bind --membind for CPU-less NUMA nodes (again).
|
||||
Thanks to Gilles Gouaillardet for reporting the issue.
|
||||
* Fix a memory leak on IBM S/390 platforms running Linux.
|
||||
* Fix a memory leak when forcing the x86 backend first on amd64/topoext
|
||||
platforms running Linux.
|
||||
* Command-line tools now support "hbm" instead "numanode" for filtering
|
||||
only high-bandwidth memory nodes when selecting locations.
|
||||
+ hwloc-bind also support --hbm and --no-hbm for filtering only or
|
||||
no HBM nodes.
|
||||
* Add --children and --descendants to hwloc-info for listing object
|
||||
children or object descendants of a specific type.
|
||||
* Add --no-index, --index, --no-attrs, --attrs to disable/enable display
|
||||
of index numbers or attributes in the graphical lstopo output.
|
||||
* Try to gather hwloc-dump-hwdata output from all possible locations
|
||||
in hwloc-gather-topology.
|
||||
* Updates to the documentation of locations in hwloc(7) and
|
||||
command-line tools manpages.
|
||||
* Make the Linux discovery about twice faster, especially on the CPU side,
|
||||
by trying to avoid sysfs file accesses as much as possible.
|
||||
* Add support for AMD Family 17h processors (Zen) SMT cores in the Linux
|
||||
and x86 backends.
|
||||
* Add the HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES flag (and the
|
||||
HWLOC_THISSYSTEM_ALLOWED_RESOURCES environment variable) for reading the
|
||||
set of allowed resources from the local operating system even if the
|
||||
topology was loaded from XML or synthetic.
|
||||
* Fix hwloc_bitmap_set/clr_range() for infinite ranges that do not
|
||||
overlap currently defined ranges in the bitmap.
|
||||
* Don't reset the lstopo zoom scale when moving the X11 window.
|
||||
* lstopo now has --flags for manually setting topology flags.
|
||||
* hwloc_get_depth_type() returns HWLOC_TYPE_DEPTH_UNKNOWN for Misc objects.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 09:52:50 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%if ! 0%{?is_opensuse}
|
||||
%define version_prefix 2.0.0.
|
||||
%endif
|
||||
%define mainversion 1.11.5
|
||||
%define mainversion 1.11.8
|
||||
Name: hwloc
|
||||
Version: %{?version_prefix}%{?mainversion}
|
||||
Release: 0
|
||||
|
Loading…
Reference in New Issue
Block a user