pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/parallel/openmpi Update to OpenMPI 1.6.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95e073bfdd04
branches:  trunk
changeset: 610605:95e073bfdd04
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Oct 31 06:19:35 2012 +0000

description:
Update to OpenMPI 1.6.3


Version 1.6.3 is a minor bugfix release.
All users are encouraged to upgrade to v1.6.3 when possible.

Note that v1.6.3 is ABI compatible with the entire v1.5.x and
v1.6.x series, but is not ABI compatible with the v1.4.x series.
See http://www.open-mpi.org/software/ompi/versions/ for a
description of Open MPI's release methodology.

Here is a list of changes in v1.6.3 as compared to v1.6.2:

- Fix mpirun --launch-agent behavior when a prefix is specified.
  Thanks to Reuti for identifying the issue.
- Fixed memchecker configury.
- Brought over some compiler warning squashes from the development trunk.
- Fix spawning from a singleton to multiple hosts when the "add-host"
  MPI_Info key is used.  Thanks to Brian Budge for pointing out the
  problem.
- Add Mellanox ConnextIB IDs and max inline value.
- Fix rankfile when no -np is given.
- FreeBSD detection improvement.  Thanks to Brooks Davis for the
  patch.
- Removed TCP warnings on Windows.
- Improved collective algorithm selection for very large messages.
- Fix PSM MTL affinity settings.
- Fix issue with MPI_OP_COMMUTATIVE in the mpif.h bindings.  Thanks to
  Ake Sandgren for providing a patch to fix the issue.
- Fix issue with MPI_SIZEOF when using CHARACTER and LOGICAL types in
  the mpi module.  Thanks to Ake Sandgren for providing a patch to fix
  the issue.

diffstat:

 parallel/openmpi/Makefile |  4 ++--
 parallel/openmpi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r f5a44ad31912 -r 95e073bfdd04 parallel/openmpi/Makefile
--- a/parallel/openmpi/Makefile Wed Oct 31 04:54:40 2012 +0000
+++ b/parallel/openmpi/Makefile Wed Oct 31 06:19:35 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2012/10/24 05:49:26 asau Exp $
+# $NetBSD: Makefile,v 1.20 2012/10/31 06:19:35 asau Exp $
 
-DISTNAME=      openmpi-1.6.2
+DISTNAME=      openmpi-1.6.3
 CATEGORIES=    parallel
 MASTER_SITES=  http://www.open-mpi.org/software/ompi/v1.6/downloads/
 EXTRACT_SUFX=  .tar.bz2
diff -r f5a44ad31912 -r 95e073bfdd04 parallel/openmpi/distinfo
--- a/parallel/openmpi/distinfo Wed Oct 31 04:54:40 2012 +0000
+++ b/parallel/openmpi/distinfo Wed Oct 31 06:19:35 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2012/10/17 23:27:34 asau Exp $
+$NetBSD: distinfo,v 1.12 2012/10/31 06:19:35 asau Exp $
 
-SHA1 (openmpi-1.6.2.tar.bz2) = 694fd3bac911cdb22f77175884d819b6fea871df
-RMD160 (openmpi-1.6.2.tar.bz2) = 949539fc255592f51df6aac505e7474a92464703
-Size (openmpi-1.6.2.tar.bz2) = 10198489 bytes
+SHA1 (openmpi-1.6.3.tar.bz2) = a61aa2dee4c47d93d88e49ebed36de25df4f6492
+RMD160 (openmpi-1.6.3.tar.bz2) = b6cf02b3b56538d39f7dcc2de9f9ed8800b38b70
+Size (openmpi-1.6.3.tar.bz2) = 10199061 bytes
 SHA1 (patch-aa) = 6fa20775c6e2abae7c9a2ae858dbb941652beab8
 SHA1 (patch-ai) = 95d699d343a7df8d768e78a235036c842c24e2d2
 SHA1 (patch-aj) = 1408114e5fc07d5b0df3e9368b6d2c5b85f85991



Home | Main Index | Thread Index | Old Index