summaryrefslogtreecommitdiff
path: root/parallel/mpi-ch/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-05-16First step into making mpi-ch fully work with CHECK_FILES.joerg2-10/+97
Also annotate use of C++ and Fortran. Bump revision.
2006-03-14Add DragonFly support.joerg3-0/+37
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs1-2/+2
No pkgrevision bumps needed.
2005-03-03update mpich to 1.2.6, with most work provided by Phil Nelson in PR pkg/27273garbled14-170/+74
with some minor PLIST and etc fixes by me.
2004-06-24make this build on -current again (statfs->statvfs)drochner1-0/+52
2003-12-03Update mpi-ch to 1.2.5.2, released on September 11th, 2003.jschauma7-11/+110
An extensive list of changes since the last release is available online at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html (It's difficult to destill the important changes from that file, which is why I'm not pasting the entire collection in here.)
2003-11-27o fix syntax error in src/fortran/configurewennmach2-0/+75
o avoid removing non-existent files, resulting in "rm: usage:" errors
2003-11-26Correct the way the endianness is determined.wennmach1-2/+2
(How could this actually ever have worked ???)
2003-03-27Update to latest version 1.2.5-1a (pkgversion 1.2.5.1.1)jschauma8-149/+234
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.
2001-03-21Update mpich to 1.2.1.wennmach20-781/+249
Besides bug fixes, 1.2.1 features full support of the MPI-1.2 standard as well as some support for the new MPI-2 standard. Closes PR 7486.
2000-03-02fix PLIST problems, remove BROKENwiz1-5/+9
1998-11-12Add missing rcs id.frueauf1-0/+2
1998-10-20Don't build the examples in share/examples when installing. Fixes PR 6330.garbled1-46/+152
1998-10-14Correct the test for little-endian/big-endian byte ordering.agc1-7/+50
1998-10-14Remove 2 diffs that were erroneous.agc1-22/+11
1998-10-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled13-0/+694
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix