diff options
author | asau <asau@pkgsrc.org> | 2010-01-19 00:45:58 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-01-19 00:45:58 +0000 |
commit | 57fdc6e7e704f8cf2140dac68c234704e12cbd8c (patch) | |
tree | d379de2ab5b82e35376b929109f8a5cc21368aa5 /parallel | |
parent | b4a46a050e2c93a090716f54413862d191ddf3df (diff) | |
download | pkgsrc-57fdc6e7e704f8cf2140dac68c234704e12cbd8c.tar.gz |
Update to OpenMPI 1.4.1:
- Update to PLPA v1.3.2, addressing a licensing issue identified by
the Fedora project. See
https://svn.open-mpi.org/trac/plpa/changeset/262 for details.
- Add check for malformed checkpoint metadata files (Ticket #2141).
- Fix error path in ompi-checkpoint when not able to checkpoint
(Ticket #2138).
- Cleanup component release logic when selecting checkpoint/restart
enabled components (Ticket #2135).
- Fixed VT node name detection for Cray XT platforms, and fixed some
broken VT documentation files.
- Fix a possible race condition in tearing down RDMA CM-based
connections.
- Relax error checking on MPI_GRAPH_CREATE. Thanks to David Singleton
for pointing out the issue.
- Fix a shared memory "hang" problem that occurred on x86/x86_64
platforms when used with the GNU >=4.4.x compiler series.
- Add fix for Libtool 2.2.6b's problems with the PGI 10.x compiler
suite. Inspired directly from the upstream Libtool patches that fix
the issue (but we need something working before the next Libtool
release).
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/openmpi/Makefile | 5 | ||||
-rw-r--r-- | parallel/openmpi/PLIST | 3 | ||||
-rw-r--r-- | parallel/openmpi/PLIST.vt | 3 | ||||
-rw-r--r-- | parallel/openmpi/distinfo | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile index 4944600c254..be7c8825755 100644 --- a/parallel/openmpi/Makefile +++ b/parallel/openmpi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/12/15 22:04:15 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/19 00:45:58 asau Exp $ -DISTNAME= openmpi-1.4 -PKGREVISION= 1 +DISTNAME= openmpi-1.4.1 CATEGORIES= parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.4/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/parallel/openmpi/PLIST b/parallel/openmpi/PLIST index e8ed2ce685e..e849d8d03c4 100644 --- a/parallel/openmpi/PLIST +++ b/parallel/openmpi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/01/19 00:45:58 asau Exp $ bin/mpiCC bin/mpic++ bin/mpicc @@ -506,3 +506,4 @@ share/openmpi/mpicc-wrapper-data.txt share/openmpi/mpicxx-wrapper-data.txt share/openmpi/mpif77-wrapper-data.txt share/openmpi/mpif90-wrapper-data.txt +share/openmpi/openmpi-valgrind.supp diff --git a/parallel/openmpi/PLIST.vt b/parallel/openmpi/PLIST.vt index cef36efb329..7eb030bb44f 100644 --- a/parallel/openmpi/PLIST.vt +++ b/parallel/openmpi/PLIST.vt @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.vt,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $ +@comment $NetBSD: PLIST.vt,v 1.2 2010/01/19 00:45:58 asau Exp $ bin/mpiCC-vt bin/mpic++-vt bin/mpicc-vt @@ -64,7 +64,6 @@ share/vampirtrace/doc/opari/ChangeLog share/vampirtrace/doc/opari/LICENSE share/vampirtrace/doc/opari/Readme.html share/vampirtrace/doc/opari/lacsi01.pdf -share/vampirtrace/doc/opari/lacsi01.ps.gz share/vampirtrace/doc/opari/opari-logo-100.gif share/vampirtrace/doc/otf/ChangeLog share/vampirtrace/doc/otf/LICENSE diff --git a/parallel/openmpi/distinfo b/parallel/openmpi/distinfo index c8b7b6dc68c..1d08a3dc82d 100644 --- a/parallel/openmpi/distinfo +++ b/parallel/openmpi/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/12/12 23:30:01 asau Exp $ +$NetBSD: distinfo,v 1.2 2010/01/19 00:45:58 asau Exp $ -SHA1 (openmpi-1.4.tar.bz2) = 8e98ceae223f52f147d5151779ed1a43f2865a7f -RMD160 (openmpi-1.4.tar.bz2) = 61f7665c69ea019d347b983062a1eee0ae807c9b -Size (openmpi-1.4.tar.bz2) = 6699638 bytes +SHA1 (openmpi-1.4.1.tar.bz2) = c5107c03a9fc738dfb4f309b470d052becfdde19 +RMD160 (openmpi-1.4.1.tar.bz2) = c6fd5f0871eb5f963fe58270f5340a2629f5fd68 +Size (openmpi-1.4.1.tar.bz2) = 6571835 bytes SHA1 (patch-aa) = dfc2eb59ea592823d93a7ae3e223e703450201ad SHA1 (patch-ab) = c4be561af983b38803ba1f76a4ff5a6646072c3a SHA1 (patch-ac) = 2eb37bf842278c712561e30457d7e00889d12dcd |