MPICH Buglist for version 1.2.7p1

This file contains a list of known bugs for the MPICH implementation of MPI. Patches for some of these exist are indicated by a link to patchfile. The numbers refer to the bug report number assigned by our bug tracking system. If you wish to submit a new bug report on MPICH, send mail to mpi-bugs@mcs.anl.gov .

An HTML Table version of this file is available.

To use these patch files, download the file, place it in your mpich directory, and execute
patch -p0 < patchfile
It is important to download the patch, not cut and paste it from the display of your web browser. On many browsers, right-clicking will the link will download the file. The reason for this is that some patches may contain tabs, and most browsers will not preserve the tabs when they display the file; copying and pasting that text will cause the patch to fail because the tabs won't be found.
It is important to apply the patches in the order listed below. In some cases, you may be able to pick and choose your patches, but we strongly recommend that you get and apply all of the patches.

If you have trouble with patch, you can look at the patchfile itself; it is just the output of the Unix diff program applied to the old and new versions of the file or files.