Skip to content

Commit 66d12f4

Browse files
committed
Update hwloc to version 2.12.0
Version 2.12.0 -------------- * Add hwloc_topology_get_default_nodeset() for the set of default NUMA nodes. - hwloc-calc now has --default-nodes option. * Rework oneAPI LevelZero support to use zesInit() and avoid the need to set ZES_ENABLE_SYSMAN=1 in the environment. - zesDriverGetDeviceByUuidExp() is now required in the L0 runtime. - ZES/Sysman variants were added in hwloc/levelzero.h to specifically handle ZES/Sysman device handles. * Fix the locality of AMD GPU partitions, thanks to Edgar Leon for reporting and debugging the issue. * Better detect Cray Slingshot NICs, thanks to Edgar Leon. * Add support for Die objects and Module groups on Windows. * Only filter-out Dies that are identical to their Packages when it applies to all Dies. * Improve hwloc-calc to handle CPU-less NUMA nodes or platforms with heterogeneous memory without requiring --nodeset-output. * hwloc-calc now accepts counting/listing cpukinds and memory tiers with -N and -I cpukind/memorytier. * The systemd-dbus-api output of hwloc-calc has changed, and --nodeset-output-format was added, to support NUMA node outputs. Thanks to Pierre Neyron. * Update NVLink bandwidth and CUDA capabilities up to NVIDIA Blackwell. * Fix some NUMA syscalls on Linux for platforms with old libc headers. * Some minor fixes in distances.
1 parent b9acb58 commit 66d12f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hwloc.spec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### RPM external hwloc 2.11.2
2-
Source: https://download.open-mpi.org/release/%{n}/v2.11/%{n}-%{realversion}.tar.bz2
1+
### RPM external hwloc 2.12.0
2+
%define mainversion %(echo %{realversion} | cut -d. -f1-2)
3+
Source: https://download.open-mpi.org/release/%{n}/v%{mainversion}/%{n}-%{realversion}.tar.bz2
34

45
BuildRequires: autotools
56
Requires: libpciaccess libxml2 numactl

0 commit comments

Comments
 (0)