Commit Graph

36 Commits

Author SHA256 Message Date
Thomas Blume
dee9e526d1 Accepting request 1135372 from home:dirkmueller:Factory
- update to 2.10.0:
  Heterogeneous Memory core improvements
  + Better heuristics to identify the subtype of memory such
    as HBM, DRAM, NVM, CXL-DRAM, etc.
  + Build memory tiers, i.e. sets of NUMA nodes with the same
    subtype and similar performance.
    - NUMA node tier ranks are exposed in the new MemoryTier
    info attribute (starts from 0 for highest bandwidth tier).
  + Add hwloc_topology_free_group_object() to discard a Group
    created by hwloc_topology_alloc_group_object().
  + Fix cpukinds on NVIDIA Grace to report identical cores
    even if they actually have very small frequency differences.
  + Add CXLDevice attributes to CXL DAX objects and NUMA
    nodes to show which PCI device implements which window.
  + Ignore buggy memory-side caches and memory attributes
    when fake NUMA emulation is enabled on the Linux kernel
    command-line.
  + Add more info attributes in MemoryModule Misc objects,
  + Get CPUModel and CPUFamily info attributes on LoongArch
    platforms.
  + Add support for new AMD CPUID leaf 0x80000026 for better
    detection of Core Complex and Die on Zen4 processors.
  + Improve Zhaoxin CPU topology detection.
  + Input locations and many command-line options (e.g.
    hwloc-calc -I -N -H, lstopo --only) now accept filters such as
    "NUMA[HBM]" so that only objects are that type and subtype are
    considered.
  - NUMA[tier=1] is also accepted for selecting NUMA nodes
    depending on their MemoryTier info attribute.
  + Add --object-output to hwloc-calc to report the type as a

OBS-URL: https://build.opensuse.org/request/show/1135372
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=70
2024-01-16 16:31:10 +00:00
1a3c1d6295 Accepting request 1118570 from home:dimstar:Factory
- Update to version 2.9.3:
  * Handle Linux glibc allocation errors in binding routines (CVE-2022-47022).
  * Fix hwloc-calc when searching objects on heterogeneous memory platforms,
  * Fix hwloc_get_next_child() when there are some memory-side caches.
  * Don't crash if the topology is empty because Linux cgroups are wrong.
  * Improve some hwloc-bind warnings in case of command-line parsing errors.
  * Many documentation improvements all over the place, including:
    + hwloc_topology_restrict() and hwloc_topology_insert_group() may reorder
      children, causing the logical indexes of objects to change.

  * Documentation improvements

OBS-URL: https://build.opensuse.org/request/show/1118570
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=68
2023-10-19 08:50:54 +00:00
97472e4659 Accepting request 1098924 from home:dirkmueller:Factory
- update to 2.9.2:
  * Don't forget L3i when defining filters for multiple levels of
    caches with hwloc_topology_set_cache/icache_types_filter().
  * Fix object total_memory after hwloc_topology_insert_group_object().
  * Fix the (non-yet) exporting in synthetic description for
    complex memory hierarchies with memory-side caches, etc.
  * Fix some default size attributes when building synthetic
    topologies.
  * Fix size units in hwloc-annotate.
  * Improve bitmap reallocation error management in many functions.
  * Documentation improvements

OBS-URL: https://build.opensuse.org/request/show/1098924
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=66
2023-07-29 08:42:01 +00:00
a942a0628c Accepting request 1094228 from home:dirkmueller:Factory
- update to 2.9.1:
  * Fix a failed assertion in hwloc_topology_restrict() when some
    NUMA nodes are removed because of
    HWLOC_RESTRICT_FLAG_REMOVE_CPULESS but no PUs are.
  * Mark HPE Cray Slingshot NICs with subtype "Slingshot".

OBS-URL: https://build.opensuse.org/request/show/1094228
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=64
2023-06-29 16:31:01 +00:00
Thomas Blume
de5159beb6 Accepting request 1095751 from home:eeich:branches:devel:libraries:c_c++
- Readd libXNVCtrl support as an optional plugin.
- Add OpenCL support as an optional plugin.
- Ship GUI tool in a separate package. This avoids installing
  undesirable X11 dependencies.

OBS-URL: https://build.opensuse.org/request/show/1095751
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=62
2023-06-28 07:36:01 +00:00
Thomas Blume
2c255bb60a Accepting request 1090898 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-PED-4156
remove header files for feature we don't ship (jsc#PED-4156)

OBS-URL: https://build.opensuse.org/request/show/1090898
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=60
2023-06-05 12:03:42 +00:00
Thomas Blume
4b698b837c Accepting request 1090862 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-PED-4156
- remove header files for feature we don't ship (jsc#PED-4156)

resubmit of:
https://build.opensuse.org/request/show/1087436
reasoning see there

OBS-URL: https://build.opensuse.org/request/show/1090862
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=59
2023-06-05 11:25:33 +00:00
a83d2a2969 Revert last change with consulation with submitter
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=57
2023-05-22 11:06:34 +00:00
43b629de2a Accepting request 1087175 from home:tsaupe:branches:devel:libraries:c_c++:hwloc-PED-4156
resync devel repo with latest maintenance update (jsc#PED-4156)

OBS-URL: https://build.opensuse.org/request/show/1087175
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=56
2023-05-16 14:16:44 +00:00
Thomas Blume
ab94008e74 Accepting request 1061242 from home:gmbr3:Active
- Remove libXNVCtrl support as it brings too many X dependencies
  (bsc#1207545)

OBS-URL: https://build.opensuse.org/request/show/1061242
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=54
2023-01-26 16:55:18 +00:00
4e9b806d12 Accepting request 1044374 from home:dirkmueller:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1044374
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=52
2023-01-20 22:53:07 +00:00
3cdd2028d6 Accepting request 991745 from home:gmbr3:Active
- Add libXNVCtrl support on TW

OBS-URL: https://build.opensuse.org/request/show/991745
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=50
2022-08-29 08:25:15 +00:00
69efd4af39 Accepting request 988289 from home:dirkmueller:Factory
- update to 2.8.0:
  * API
    + Add HWLOC_TOPOLOGY_FLAG_NO_DISTANCES, _NO_MEMATTRS and _NO_CPUKINDS
      to reduce the overhead when unneeded.
    + Add separate Read/Write Bandwidth/Latency memory attributes and
      implement them on Linux.
  * Backends
    + NUMA nodes may now have a subtype such as DRAM, HBM, SPM, or NVM
      on heterogeneous memory platforms on Linux.
      - Add DAXType and DAXParent attributes on Linux to tell where a
	DAX device or its corresponding NUMA node come from (SPM for
	Specific-Purpose or NVM for Non-Volatile Memory).
    + Detect heterogeneous caches in hybrid CPUs on MacOS X,
      thanks to Paul Bone for the help.
    + Max frequencies are not ignored in Linux cpukinds anymore (they were
      ignored in hwloc 2.7.0), but they may be slightly adjusted to avoid
      reporting hybrid CPUs because Intel Turbo Boost Max 3.0.
      - See the documentation of environment variable HWLOC_CPUKINDS_MAXFREQ.
    + Hardwire the PCI locality of HPE Cray EX235a nodes.
  * Tools
    + lstopo and other tools may now load Linux and x86 cpuid topology files
      from a tarball.
    + lstopo may now replace the P# and L# index prefixes with custom strings
      thanks to --os-index-prefix and --logical-index-prefix options.
  * Misc
    + Add --disable-readme to avoid regenerating the top-level hwloc README
      file from the documentation.

OBS-URL: https://build.opensuse.org/request/show/988289
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=48
2022-07-22 22:17:00 +00:00
c347d3d889 Accepting request 967881 from home:dirkmueller:Factory
- update to 2.7.1:
  * Workaround crashes when virtual machines report incoherent x86 CPUID
    information about numbers of cores and threads.
    Thanks to Peter Bense for the report.
  * Use setenv() instead of putenv() when trying to force enable oneAPI L0
    support, to avoid issues with applications that touch the environment,
    thanks to Josh Hursey for the patch.
  * Add some warnings at the end of configure when GPU libraries are
    missing on the system or their path is missing in the environment.
  * Backends
    + Add support for NUMA nodes and caches with more than 64 PUs across
      multiple processor groups on Windows 11 and Windows Server 2022.
    + Group objects are not created for Windows processor groups anymore,
      except if HWLOC_WINDOWS_PROCESSOR_GROUP_OBJS=1 in the environment.
    + Expose "Cluster" group objects on Linux kernel 5.16+ for CPUs
      that share some internal cache or bus. This can be equivalent
      to the L2 Cache level on some platforms (e.g. x86) or a specific
      level between L2 and L3 on others (e.g. ARM Kungpeng 920).
      Thanks to Jonathan Cameron for the help.
      - HWLOC_DONT_MERGE_CLUSTER_GROUPS=1 may be set in the environment
	to prevent these groups from being merged with identical caches, etc.
    + Improve the oneAPI LevelZero backend:
      - Expose subdevices such as "ze0.1" inside root OS devices ("ze0")
	when the hardware contains multiple subdevices.
      - Add many new attributes to describe device type, and the
	numbers of slices, subslices, execution units and threads.
      - Expose the memory information as LevelZeroHBM/DDR/MemorySize infos.
    + Ignore the max frequencies of cores in Linux cpukinds when the
      base frequencies are available (to avoid exposing hybrid CPUs
      when Intel Turbo Boost Max 3.0 gives slightly different max

OBS-URL: https://build.opensuse.org/request/show/967881
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=46
2022-04-19 12:11:06 +00:00
Thomas Blume
ad2f236de6 Accepting request 935865 from home:dirkmueller:Factory
- update to 2.6.0:
  * Backends
    + Expose two cpukinds for energy-efficient cores (icestorm) and
      high-performance cores (firestorm) on Apple M1 on Mac OS X.
    + Use sysfs CPU "capacity" to rank hybrid cores by efficiency
      on Linux when available (mostly on recent ARM platforms for now).
    + Improve HWLOC_MEMBIND_BIND (without the STRICT flag) on Linux kernel
      >= 5.15: If more than one node is given, the kernel may now use all
      of them instead of only the first one before falling back to others.
    + Expose cache os_index when available on Linux, it may be needed
      when using resctrl to configure cache partitioning, memory bandwidth
      monitoring, etc.
    + Add a "XGMIHops" distances matrix in the RSMI backend for AMD GPU
      interconnected through XGMI links.
    + Expose AMD GPU memory information (VRAM and GTT) in the RSMI backend.
    + Add OS devices such as "bxi0" for Atos/Bull BXI HCAs on Linux.
  * Tools
    + lstopo has a better placement algorithm with respect to I/O
      objects, see --children-order in the manpage for details.
    + hwloc-annotate may now change object subtypes and cache or memory
      sizes.
  * Build
    + Allow to specify the ROCm installation for building the RSMI backend:
      - Use a custom installation path if specified with --with-rocm=<dir>.
      - Use /opt/rocm-<version> if specified with --with-rocm-version=<version>
	or the ROCM_VERSION environment variable.
      - Try /opt/rocm if it exists.
      - See "How do I enable ROCm SMI and select which version to use?"
	in the FAQ for details.
    + Add a CMakeLists for Windows under contrib/windows-cmake/ .

OBS-URL: https://build.opensuse.org/request/show/935865
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/hwloc?expand=0&rev=45
2022-01-03 15:02:56 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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