diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-27 21:07:05 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-27 21:07:05 +0000 |
commit | 0aac0325e39c68b750611d8ee4fd83b488d8c696 (patch) | |
tree | 4194a2bddf359663fe09318b6d0e83a20863ac2e /parallel/mpi-ch/patches/patch-aa | |
parent | 0305322fbdf92888c0dde2a70b0e2f2ee06e2133 (diff) | |
download | pkgsrc-0aac0325e39c68b750611d8ee4fd83b488d8c696.tar.gz |
Update to latest version 1.2.5-1a (pkgversion 1.2.5.1.1)
From the packages README:
Version 1.2.5 is primarily a bug-fix release. New features include
Significantly better collective algorithms are available.
Major changes for the globus2 device and the ch_nt device.
Information on previous versions
--------------------------------
Features new or improved in Version 1.2.4 included:
SMP support has been inproved through the use of sched_yield. SMP Systems that
are not oversubscribed can consider configuring with --disable-yeild.
A number of bugs in the ch_p4, ch_p4mpd, and ch_shmem device hae been fixed.
These could cause programs to hang or generate error messages.
Features new or improved in Version 1.2.3 included:
Bug fixes and improved-portability,
particularly in the area of Linux and Mac OS X support. Other new features
include better support for Intel compilers, particularly for IA64 Linux,
better support for various Fortran compilers, and some fixes for rare race
conditions in the ch_p4 device. The documentation on the ch_p4mpd device and
the MPD system has been improved. Version 1.2.3 also includes all of the
source for both the Unix and Windows versions. Windows users should still
use the self-installing version available through the web page. The globus
device now supports version 2 of Globus.
Features new or improved in Version 1.2.2 included:
There are a number of improvements to the ch_p4 device that improve both
performance and reliability, particularly on Linux platforms.
Significant upgrades have been made to the MPD system of daemons that provide
fast startup of MPICH jobs, management of stdio, and a crude parallel debugger
based on gdb.
Diffstat (limited to 'parallel/mpi-ch/patches/patch-aa')
-rw-r--r-- | parallel/mpi-ch/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/parallel/mpi-ch/patches/patch-aa b/parallel/mpi-ch/patches/patch-aa index e6c3cc4ab26..9e3bc0a3687 100644 --- a/parallel/mpi-ch/patches/patch-aa +++ b/parallel/mpi-ch/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.3 2001/03/21 15:28:58 wennmach Exp $ +$NetBSD: patch-aa,v 1.4 2003/03/27 21:07:05 jschauma Exp $ ---- configure.orig Tue Jul 7 07:52:46 1998 -+++ configure Thu Aug 6 03:18:27 1998 -@@ -9791,14 +9791,9 @@ - cat > conftest.c <<EOF +--- configure.orig Mon Mar 24 16:28:18 2003 ++++ configure Mon Mar 24 16:29:00 2003 +@@ -9779,14 +9779,9 @@ + cat > conftest.c <<EOF #include "confdefs.h" main () { - /* Are we little or big endian? From Harbison&Steele. */ @@ -14,9 +14,9 @@ $NetBSD: patch-aa,v 1.3 2001/03/21 15:28:58 wennmach Exp $ - } u; - u.l = 1; - exit (u.c[sizeof (long) - 1] == 1); -+ int indian = 1; -+ ++ int indian = 1; ++ + exit(*(char *)&indian)); } EOF - eval $compile + if test -n "$compile" ; then |