diff options
author | adam <adam@pkgsrc.org> | 2017-04-28 19:59:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-28 19:59:49 +0000 |
commit | b84d300fa0e9a73e33a7c0fbeb984143458e66e4 (patch) | |
tree | 851026acdde6fc5a8417d5bbd94311c11ed121b7 /parallel | |
parent | 7ed07ebcb172d03f2a1ee06588722a56876613c6 (diff) | |
download | pkgsrc-b84d300fa0e9a73e33a7c0fbeb984143458e66e4.tar.gz |
Version 1.11.7
--------------
* Fix hwloc-bind --membind for CPU-less NUMA nodes (again).
Thanks to Gilles Gouaillardet for reporting the issue.
* Fix a memory leak on IBM S/390 platforms running Linux.
* Fix a memory leak when forcing the x86 backend first on amd64/topoext
platforms running Linux.
* Command-line tools now support "hbm" instead "numanode" for filtering
only high-bandwidth memory nodes when selecting locations.
+ hwloc-bind also support --hbm and --no-hbm for filtering only or
no HBM nodes.
* Add --children and --descendants to hwloc-info for listing object
children or object descendants of a specific type.
* Add --no-index, --index, --no-attrs, --attrs to disable/enable display
of index numbers or attributes in the graphical lstopo output.
* Try to gather hwloc-dump-hwdata output from all possible locations
in hwloc-gather-topology.
* Updates to the documentation of locations in hwloc(7) and
command-line tools manpages.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/hwloc/Makefile | 5 | ||||
-rw-r--r-- | parallel/hwloc/PLIST.Linux | 4 | ||||
-rw-r--r-- | parallel/hwloc/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/parallel/hwloc/Makefile b/parallel/hwloc/Makefile index 6efdfb945eb..aea29369592 100644 --- a/parallel/hwloc/Makefile +++ b/parallel/hwloc/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2017/02/06 03:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.21 2017/04/28 19:59:49 adam Exp $ -DISTNAME= hwloc-1.11.4 +DISTNAME= hwloc-1.11.7 CATEGORIES= parallel MASTER_SITES= http://www.open-mpi.org/software/hwloc/v1.11/downloads/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= asau@inbox.ru HOMEPAGE= http://www.open-mpi.org/projects/hwloc/ diff --git a/parallel/hwloc/PLIST.Linux b/parallel/hwloc/PLIST.Linux index 73710e2941a..123bce3d755 100644 --- a/parallel/hwloc/PLIST.Linux +++ b/parallel/hwloc/PLIST.Linux @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST.Linux,v 1.2 2017/02/06 03:50:01 markd Exp $ +@comment $NetBSD: PLIST.Linux,v 1.3 2017/04/28 19:59:49 adam Exp $ bin/hwloc-gather-topology include/hwloc/glibc-sched.h include/hwloc/linux-libnuma.h include/hwloc/linux.h -man/man1/hwloc-gather-topology.1 man/man1/hwloc-dump-hwdata.1 +man/man1/hwloc-gather-topology.1 sbin/hwloc-dump-hwdata share/hwloc/hwloc-dump-hwdata.service diff --git a/parallel/hwloc/distinfo b/parallel/hwloc/distinfo index 4aed792a4ae..b91ec4cbc22 100644 --- a/parallel/hwloc/distinfo +++ b/parallel/hwloc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/10/21 10:35:28 asau Exp $ +$NetBSD: distinfo,v 1.11 2017/04/28 19:59:49 adam Exp $ -SHA1 (hwloc-1.11.4.tar.gz) = 952d2c33ad159710cf339436465b8d682f8ad551 -RMD160 (hwloc-1.11.4.tar.gz) = f43579d68b8041b41bee599cd82598a7235b5c59 -SHA512 (hwloc-1.11.4.tar.gz) = c6a506a9f1d4b6e5eb34373b92c5e28ef57c8d5f9c962331bc09046f77dbfe4d459be7efca5bb10b6f4704d1dc338a4e1218df1943599fd0d4226cccf75f3746 -Size (hwloc-1.11.4.tar.gz) = 4424296 bytes +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 |