From 39094b99b51eb21378d5b10f8aa8719b09745ae9 Mon Sep 17 00:00:00 2001 From: prlw1 Date: Thu, 9 Aug 2018 11:15:31 +0000 Subject: Update hwloc to 1.11.10 Version 1.11.10 (also included in 2.0.1) --------------- * Fix detection of cores and hyperthreads on Mac OS X. * Serialize pciaccess discovery to fix concurrent topology loads in multiple threads. * Fix first touch area memory binding on Linux when thread memory binding is different. * Some minor fixes to memory binding. * Fix hwloc-dump-hwdata to only process SMBIOS information that correspond to the KNL and KNM configuration. * Add a heuristic for guessing KNL/KNM memory and cluster modes when hwloc-dump-hwdata could not run as root earlier. * Fix discovery of NVMe OS devices on Linux >= 4.0. * Add get_area_memlocation() on Windows. * Add CPUVendor, Model, ... attributes on Mac OS X. Version 1.11.9 -------------- * Add support for Zhaoxin ZX-C and ZX-D processors in the x86 backend, thanks to Jeff Zhao for the patch. * Fix AMD Epyc 24-core L3 cache locality in the x86 backend. * Don't crash in the x86 backend when the CPUID vendor string is unknown. * Fix the missing pu discovery support bit on some OS. * Fix the management of the lstopoStyle info attribute for custom colors. * Add verbose warnings when failing to load hwloc v2.0+ XMLs. Version 1.11.8 -------------- * Multiple Solaris improvements, thanks to Maureen Chew for the help: + 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(). --- parallel/hwloc/Makefile | 5 +++-- parallel/hwloc/PLIST | 3 ++- parallel/hwloc/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'parallel') diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile index aea29369592..774c40ec9d5 100644 --- a/parallel/hwloc/Makefile +++ b/parallel/hwloc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/04/28 19:59:49 adam Exp $ +# $NetBSD: Makefile,v 1.22 2018/08/09 11:15:31 prlw1 Exp $ -DISTNAME= hwloc-1.11.7 +DISTNAME= hwloc-1.11.10 CATEGORIES= parallel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.11/downloads/ EXTRACT_SUFX= .tar.bz2 @@ -19,6 +19,7 @@ TEST_TARGET= check # libpci?? #.include "../../graphics/cairo/buildlink3.mk" # optional +.include "../../sysutils/libpciaccess/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/parallel/hwloc/PLIST b/parallel/hwloc/PLIST index 580ef3c651b..86f96c2defa 100644 --- a/parallel/hwloc/PLIST +++ b/parallel/hwloc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2016/10/21 10:35:28 asau Exp $ +@comment $NetBSD: PLIST,v 1.6 2018/08/09 11:15:31 prlw1 Exp $ bin/hwloc-annotate bin/hwloc-assembler bin/hwloc-assembler-remote @@ -398,6 +398,7 @@ man/man3/hwlocality_helper_find_inside.3 man/man3/hwlocality_helper_find_misc.3 man/man3/hwlocality_helper_nodeset_convert.3 man/man3/hwlocality_helper_topology_sets.3 +man/man3/hwlocality_info_attr.3 man/man3/hwlocality_intel_mic.3 man/man3/hwlocality_levels.3 man/man3/hwlocality_linux.3 diff --git a/parallel/hwloc/distinfo b/parallel/hwloc/distinfo index b91ec4cbc22..9c33bd989b8 100644 --- a/parallel/hwloc/distinfo +++ b/parallel/hwloc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2017/04/28 19:59:49 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/08/09 11:15:31 prlw1 Exp $ -SHA1 (hwloc-1.11.7.tar.bz2) = 7b78850b8504a93972a3f114a0e75f9b115607d9 -RMD160 (hwloc-1.11.7.tar.bz2) = 6ba10c550f1c02a16445a9172cf22bc4a988f6e5 -SHA512 (hwloc-1.11.7.tar.bz2) = f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e -Size (hwloc-1.11.7.tar.bz2) = 4187754 bytes +SHA1 (hwloc-1.11.10.tar.bz2) = 247d3ac53ffe4143ea6d9f35a9756650e6a0558e +RMD160 (hwloc-1.11.10.tar.bz2) = 97b4534e64d27b2aaf5ece26a60a14a2dfc8e27c +SHA512 (hwloc-1.11.10.tar.bz2) = 9e2cf5cc43f8c21cfd0bf09a58fda09ba832908eca5a211d164eb106f090609b6351bc934e572200530284fbfc5c460db29a49ec7974dbd298d757ed8aaf32b3 +Size (hwloc-1.11.10.tar.bz2) = 4102431 bytes -- cgit v1.2.3