SHA256
1
0
forked from pool/hwloc
Commit Graph

45 Commits

Author SHA256 Message Date
Dominique Leuenberger
1573995000 Accepting request 907175 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/907175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=19
2021-07-20 13:39:28 +00:00
Thomas Blume
60d5da9de7 Accepting request 906822 from home:dirkmueller:Factory
- update to 2.5.0: 
  + Add hwloc/windows.h to query Windows processor groups.
  + Add hwloc_get_obj_with_same_locality() to convert between objects
    with same locality, for instance NUMA nodes and Packages,
    or OS devices within a PCI device.
  + Add hwloc_distances_transform() to modify distances structures.
    - hwloc-annotate and lstopo have new distances-transform options.
  + hwloc_distances_add() is replaced with _add_create() followed by
    _add_values() and _add_commit(). See hwloc/distances.h for details.
  + Add topology flags to mitigate binding modifications during
    hwloc discovery, especially on Windows:
    - HWLOC_TOPOLOGY_FLAG_RESTRICT_TO_CPUBINDING and _MEMBINDING
      restrict discovery to PUs and NUMA nodes inside the binding.
    - HWLOC_TOPOLOGY_FLAG_DONT_CHANGE_BINDING prevents from ever
      changing the binding during discovery.
  + Add a levelzero backend for oneAPI L0 devices, exposed as OS devices
    of subtype "LevelZero" and name such as "ze0".
    - Add hwloc/levelzero.h for interoperability between converting
      between L0 API devices and hwloc cpusets or OS devices.
  + Expose NEC Vector Engine cards on Linux as OS devices of subtype
    "VectorEngine" and name "ve0", etc.
    Thanks to Anara Kozhokanova, Tim Cramer and Erich Focht for the help.
  + Add a NVLinkBandwidth distances structure between NVIDIA GPUs
    (and POWER processor or NVSwitches) in the NVML backend,
    and a XGMIBandwidth distances structure between AMD GPUs
    in the RSMI backends.
    - See "Topology Attributes: Distances, Memory Attributes and CPU Kinds"
      in the documentation for details about these new distances.
  + Add support for NUMA node 0 being offline in Linux, thanks to Jirka Hladky.
  + Add --with-cuda-version=<version> or look at the CUDA_VERSION

OBS-URL: https://build.opensuse.org/request/show/906822
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=44
2021-07-19 16:31:06 +00:00
Richard Brown
0b46777bf1 Accepting request 880105 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/880105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=18
2021-03-19 15:43:53 +00:00
Thomas Blume
a8a03039b1 Accepting request 879506 from home:dirkmueller:Factory
- update to 2.4.1:
  * Fix AMD OpenCL device locality when PCI bus or device number >= 128.
    Thanks to Edgar Leon for reporting the issue.
    + Applications using any of the following inline functions must
      be recompiled to get the fix: hwloc_opencl_get_device_pci_busid()
      hwloc_opencl_get_device_cpuset(), hwloc_opencl_get_device_osdev().
  * Fix the ranking of cpukinds on non-Windows systems,
    thanks to Ivan Kochin for the report.
  * Fix the insertion of custom Groups after loading the topology,
    thanks to Scott Hicks.
  * Add support for CPU0 being offline in Linux, thanks to Garrett Clay.
  * Fix missing x86 Package and Core objects FreeBSD/NetBSD.
    Thanks to Thibault Payet and Yuri Victorovich for the report.
  * Fix the import of very large distances with heterogeneous object types.
  * Fix a memory leak in the Linux backend,
    thanks to Perceval Anichini.

OBS-URL: https://build.opensuse.org/request/show/879506
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=42
2021-03-19 12:57:05 +00:00
Dominique Leuenberger
d489d48ae1 Accepting request 866970 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/866970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=17
2021-01-27 17:57:50 +00:00
Thomas Blume
a9f08fc937 Accepting request 866383 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 2.4.0:
  + Add hwloc/cpukinds.h for reporting information about hybrid CPUs.
    - Use Linux cpufreq frequencies to rank cores by efficiency.
    - Use x86 CPUID hybrid leaf and future Linux kernels sysfs CPU type
      files to identify Intel Atom and Core cores.
    - Use the Windows native EfficiencyClass to separate kinds.
  + Properly handle Linux kernel 5.10+ exposing ACPI HMAT information
    with knowledge of Generic Initiators.
  + lstopo has new --cpukinds and --no-cpukinds options for showing
    CPU kinds or not in textual and graphical modes respectively.
  + hwloc-calc has a new --cpukind option for filtering PUs by kind.
  + hwloc-annotate has a new cpukind command for modifying CPU kinds.
  + Fix hwloc_bitmap_nr_ulongs(), thanks to Norbert Eicker.
  + Add a documentation section about
    "Topology Attributes: Distances, Memory Attributes and CPU Kinds".
  + Silence some spurious warnings in the OpenCL backend and when showing
    process binding with lstopo --ps.
  + Add hwloc/memattrs.h for exposing latency/bandwidth information
    between initiators (CPU sets for now) and target NUMA nodes,
    typically on heterogeneous platforms.
    - When available, bandwidths and latencies are read from the ACPI HMAT
      table exposed by Linux kernel 5.2+.
    - Attributes may also be customized to expose user-defined performance
      information.
  + Add hwloc_get_local_numanode_objs() for listing NUMA nodes that are
    local to some locality.
  + The new topology flag HWLOC_TOPOLOGY_FLAG_IMPORT_SUPPORT causes
    support arrays to be loaded from XML exported with hwloc 2.3+.
    - hwloc_topology_get_support() now returns an additional "misc"
      array with feature "imported_support" set when support was imported.

OBS-URL: https://build.opensuse.org/request/show/866383
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=40
2021-01-26 16:50:29 +00:00
Dominique Leuenberger
3e8c457271 Accepting request 850238 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/850238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=16
2020-11-24 21:10:04 +00:00
f529ca98f4 Accepting request 850138 from home:tsaupe:branches:devel:libraries:c_c++-hwloc-bsc1178802
move hwloc manpage to main package (bsc#1178802)

OBS-URL: https://build.opensuse.org/request/show/850138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=38
2020-11-23 15:23:43 +00:00
Dominique Leuenberger
e0c4d39670 Accepting request 828324 from devel:libraries:c_c++
- update to 2.2.0:
  * API
    + Add hwloc_bitmap_singlify_by_core() to remove SMT from a given cpuset,
      thanks to Florian Reynier for the suggestion.
    + Add --enable-32bits-pci-domain to stop ignoring PCI devices with domain
      >16bits (e.g. 10000:02:03.4). Enabling this option breaks the library ABI.
      Thanks to Dylan Simon for the help.
  * Backends
    + Add support for Linux cgroups v2.
    + Add NUMA support for FreeBSD.
    + Add get_last_cpu_location support for FreeBSD.
    + Remove support for Intel Xeon Phi (MIC, Knights Corner) co-processors.
  * Tools
    + Add --uid to filter the hwloc-ps output by uid on Linux.
    + Add a GRAPHICAL OUTPUT section in the manpage of lstopo.
  * Misc
    + Use the native dlopen instead of libltdl,
      unless --disable-plugin-dlopen is passed at configure time. 
- install systemd files using systemd macros and register it on install
  with systemd
- build against libnuma on all architectures

OBS-URL: https://build.opensuse.org/request/show/828324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=15
2020-08-21 17:03:56 +00:00
5d326dc918 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=36 2020-08-20 22:58:44 +00:00
b67a877777 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=35 2020-08-18 17:42:12 +00:00
9f5756dc58 - update to 2.2.0:
* API
    + Add hwloc_bitmap_singlify_by_core() to remove SMT from a given cpuset,
      thanks to Florian Reynier for the suggestion.
    + Add --enable-32bits-pci-domain to stop ignoring PCI devices with domain
      >16bits (e.g. 10000:02:03.4). Enabling this option breaks the library ABI.
      Thanks to Dylan Simon for the help.
  * Backends
    + Add support for Linux cgroups v2.
    + Add NUMA support for FreeBSD.
    + Add get_last_cpu_location support for FreeBSD.
    + Remove support for Intel Xeon Phi (MIC, Knights Corner) co-processors.
  * Tools
    + Add --uid to filter the hwloc-ps output by uid on Linux.
    + Add a GRAPHICAL OUTPUT section in the manpage of lstopo.
  * Misc
    + Use the native dlopen instead of libltdl,
      unless --disable-plugin-dlopen is passed at configure time. 
- install systemd files using systemd macros and register it on install
  with systemd
- build against libnuma on all architectures

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=34
2020-08-18 17:34:53 +00:00
Dominique Leuenberger
1232461b42 Accepting request 744097 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/744097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=14
2019-10-30 13:48:43 +00:00
ba133a150e Accepting request 738580 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-jsc-SLE-8583
update to version 2.1 (jsc#SLE-8583)

OBS-URL: https://build.opensuse.org/request/show/738580
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=32
2019-10-30 11:15:33 +00:00
Dominique Leuenberger
45691f307b Accepting request 734220 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/734220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=13
2019-10-02 09:58:56 +00:00
Thomas Blume
3bbedb7d0f Accepting request 734039 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-jsc-SLE-8583
update to upstream version 2.0.4 (jsc#SLE-8583)

OBS-URL: https://build.opensuse.org/request/show/734039
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=30
2019-10-01 07:05:07 +00:00
Dominique Leuenberger
5f74bb06b9 Accepting request 544379 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/544379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=12
2017-11-23 08:44:02 +00:00
Ismail Dönmez
bb18332b91 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
2017-11-22 11:12:09 +00:00
Dominique Leuenberger
bdfad27264 Accepting request 544164 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/544164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=11
2017-11-21 14:36:27 +00:00
90d3cad6fb Accepting request 544116 from home:namtrac:branches:devel:libraries:c_c++
- Fix build on Leap where both sle_version is defined and
  is_opensuse is True.

OBS-URL: https://build.opensuse.org/request/show/544116
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=26
2017-11-21 12:23:25 +00:00
Dominique Leuenberger
f5e865e283 Accepting request 477308 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/477308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=10
2017-03-12 19:02:18 +00:00
c207bd3f4d Accepting request 477124 from home:tsaupe
make hwloc-dump-hwdata only available on x86

OBS-URL: https://build.opensuse.org/request/show/477124
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=24
2017-03-06 15:28:30 +00:00
Dominique Leuenberger
f682fc9d99 Accepting request 455568 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/455568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=9
2017-02-13 23:43:23 +00:00
Ismail Dönmez
3a85579f26 Accepting request 455507 from home:jengelh:branches:devel:libraries:c_c++
- fix grammar errors, trim filler words

OBS-URL: https://build.opensuse.org/request/show/455507
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=22
2017-02-08 17:39:13 +00:00
42607abfd8 Accepting request 452955 from home:tsaupe:branches:devel:libraries:c_c++
Update hwloc to support Knights Mill (fate#321929)

OBS-URL: https://build.opensuse.org/request/show/452955
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=21
2017-01-31 14:44:54 +00:00
Thomas Blume
8d61934959 Accepting request 452717 from home:tsaupe
Update hwloc to support Knights Mill (fate#321929)

OBS-URL: https://build.opensuse.org/request/show/452717
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=20
2017-01-26 14:48:20 +00:00
Michal Vyskocil
b127f8d58b Accepting request 369651 from home:tsaupe:branches:devel:libraries:c_c++
Update hwloc to support memory side cache (fate#319511)

OBS-URL: https://build.opensuse.org/request/show/369651
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=19
2016-03-10 16:18:00 +00:00
Dominique Leuenberger
06cbea598c Accepting request 350944 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/350944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=8
2015-12-29 11:59:40 +00:00
Ismail Dönmez
9c6700be5c 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
2015-12-27 09:53:56 +00:00
Dominique Leuenberger
2346bbfc0a Accepting request 344785 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/344785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=7
2015-11-17 13:23:17 +00:00
Ismail Dönmez
7eff7629a5 Accepting request 344769 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/344769
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=15
2015-11-16 17:10:17 +00:00
Dominique Leuenberger
f95a293302 Accepting request 289778 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/289778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=6
2015-03-11 08:57:06 +00:00
0a9969f414 Accepting request 289561 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Update to 1.10.1

OBS-URL: https://build.opensuse.org/request/show/289561
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=13
2015-03-07 08:11:24 +00:00
Dominique Leuenberger
18c3e04203 Accepting request 266851 from devel:libraries:c_c++
- minor spec fixes (unbreak build for suse_version < Factory)

OBS-URL: https://build.opensuse.org/request/show/266851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=5
2014-12-31 10:22:27 +00:00
178adb4f5b - minor spec fixes (unbreak build for suse_version < Factory)
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=11
2014-12-30 10:35:21 +00:00
0303cdb9f3 Accepting request 266821 from home:mnhauke:branches:devel:libraries:c_c++
minor spec fixes (unbreak build for suse_version < Factory)

OBS-URL: https://build.opensuse.org/request/show/266821
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=10
2014-12-30 10:26:57 +00:00
Stephan Kulow
cc8b101e1b Accepting request 265780 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/265780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=4
2014-12-21 11:04:37 +00:00
99b8fdd9ac Accepting request 265428 from home:ealin:varia
- Update to Version 1.10.0
   * v1.10.0 is the new feature release. There is no new major change
      in this release, just improvements everywhere.
      If you are buying new Intel Xeon E5 with 10 cores or more, this
      release is required for proper Socket/NUMA detection until the
      Linux kernel gets fixed.
   * API
     + Add hwloc_topology_export_synthetic() to export a topology to a
       synthetic string without using lstopo. See the Synthetic topologies
       section in the documentation.
     + Add hwloc_topology_set/get_userdata() to let the application save
       a private pointer in the topology whenever it needs a way to find
       its own object corresponding to a topology.
     + Add hwloc_get_numanode_obj_by_os_index() and document that this function
       as well as hwloc_get_pu_obj_by_os_index() are good at converting
       nodesets and cpusets into objects.
     + hwloc_distrib() does not ignore any objects anymore when there are
       too many of them. They get merged with others instead.
       Thanks to Tim Creech for reporting the issue.
   * Tools
     + hwloc-bind --get <command-line> now executes the command after displaying
       the binding instead of ignoring the command entirely.
       Thanks to John Donners for the suggestion.
     + Clarify that memory sizes shown in lstopo are local by default
       unless specified (total memory added in the root object).
   * Synthetic topologies
     + Synthetic topology descriptions may now specify attributes such as
       memory sizes and OS indexes. See the Synthetic topologies section
       in the documentation.
     + lstopo now exports in this fully-detailed format by default.

OBS-URL: https://build.opensuse.org/request/show/265428
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=8
2014-12-18 14:00:33 +00:00
44c45ddbc7 Accepting request 245030 from devel:libraries:c_c++
- removed patches (fixed upstream)
   * hwloc-1.7-manpage.patch
   * hwloc-1.7.patch 
- Update to Version 1.9.0
  * API
    + Add hwloc_obj_type_sscanf() to extend hwloc_obj_type_of_string() with
      type-specific attributes such as Cache/Group depth and Cache type.
      hwloc_obj_type_of_string() is moved to hwloc/deprecated.h.
    + Add hwloc_linux_get_tid_last_cpu_location() for retrieving the
      last CPU where a Linux thread given by TID ran.
    + Add hwloc_distrib() to extend the old hwloc_distribute[v]() functions.
      hwloc_distribute[v]() is moved to hwloc/deprecated.h.
    + Don't mix total and local memory when displaying verbose object attributes
      with hwloc_obj_attr_snprintf() or in lstopo.
  * Backends
    + Add CPUVendor, CPUModelNumber and CPUFamilyNumber info attributes for
      x86, ia64 and Xeon Phi sockets on Linux, to extend the x86-specific
      support added in v1.8.1. Requested by Ralph Castain.
    + Add many CPU- and Platform-related info attributes on ARM and POWER
      platforms, in the Machine and Socket objects.
    + Add CUDA info attributes describing the number of multiprocessors and
      cores and the size of the global, shared and L2 cache memories in CUDA
      OS devices.
    + Add OpenCL info attributes describing the number of compute units and
      the global memory size in OpenCL OS devices.
    + The synthetic backend now accepts extended types such as L2Cache, L1i or
      Group3. lstopo also exports synthetic strings using these extended types.
  * Tools
    + lstopo
      - Do not overwrite output files by default anymore.

OBS-URL: https://build.opensuse.org/request/show/245030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=2
2014-08-20 08:50:52 +00:00
Ismail Dönmez
38e0cb53b3 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=6 2014-08-18 08:58:50 +00:00
Ismail Dönmez
975a0a55b4 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=5
2014-08-18 08:51:43 +00:00
Ismail Dönmez
dad291c165 Accepting request 245008 from home:mnhauke:test
Update to Version 1.9.0 + fix source url

OBS-URL: https://build.opensuse.org/request/show/245008
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=4
2014-08-18 08:40:45 +00:00
Stephan Kulow
e7a05f0121 Accepting request 210427 from devel:libraries:c_c++
Push to factory

OBS-URL: https://build.opensuse.org/request/show/210427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwloc?expand=0&rev=1
2013-12-31 09:05:14 +00:00
d372117be0 - fixed shared library rename
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=2
2013-11-12 22:18:01 +00:00
0551db4238 Accepting request 203462 from home:mvyskocil:branches:devel:libraries:c_c++
add hwloc to devel:libraries:c_c++ - upgraded package is mandatory for
devel:libraries:c_c++/mpich, therefor I wanted to have it here instead of
utilities

As it does provide shared library, it is not that pointless ...

OBS-URL: https://build.opensuse.org/request/show/203462
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=1
2013-10-17 11:20:18 +00:00