Accepting request 1060060 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1060060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=24
This commit is contained in:
commit
17687864db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:348a72fcd48c32a823ee1da149ae992203e7ad033549e64aed6ea6eeb01f42c1
|
|
||||||
size 6896344
|
|
BIN
hwloc-2.9.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
hwloc-2.9.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 23 07:53:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.9.0:
|
||||||
|
+ Expose the memory size of CXL memory devices (Type 3) on Linux.
|
||||||
|
+ The LevelZero backend now reports the "XeLinkBandwidth" distance
|
||||||
|
matrix between L0 devices (and subdevices) when available.
|
||||||
|
+ Add support for CUDA compute capability up to 9.0.
|
||||||
|
+ lstopo now switches to console mode when its output is redirected.
|
||||||
|
Graphical window mode may be forced back with --of window.
|
||||||
|
+ hwloc-calc now accepts "numa" in -H, and I/O subtypes such as "gpu"
|
||||||
|
in -I and -N.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 29 17:38:15 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Fri Jul 29 17:38:15 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%bcond_without XNVCtrl
|
%bcond_without XNVCtrl
|
||||||
%else
|
%else
|
||||||
@ -22,13 +23,13 @@
|
|||||||
%endif
|
%endif
|
||||||
%global lname libhwloc15
|
%global lname libhwloc15
|
||||||
Name: hwloc
|
Name: hwloc
|
||||||
Version: 2.8.0
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable Hardware Locality
|
Summary: Portable Hardware Locality
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Clustering/Computing
|
Group: Productivity/Clustering/Computing
|
||||||
URL: https://www.open-mpi.org/projects/hwloc/
|
URL: https://www.open-mpi.org/projects/hwloc/
|
||||||
Source0: https://download.open-mpi.org/release/hwloc/v2.8/hwloc-%{version}.tar.bz2
|
Source0: https://download.open-mpi.org/release/hwloc/v2.9/hwloc-%{version}.tar.bz2
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user