Information on all weekly change summaries is available.
| Added generated localdefs file to .cvsignore | src/mpid/ch3/channels/shm/.cvsignore |
| Added test program from Cray | test/mpi/f90/datatype/.cvsignore test/mpi/f90/datatype/indtype.f90 test/mpi/f90/datatype/testlist.ap |
| Cleanup coverage scripts and add createcoverage, which can be used to create the coverage web pages locally to the MPICH2 source directory | maint/.cvsignore maint/configure.in maint/createcoverage.in maint/getcoverage.in |
| Fix bug in which we were using os.path instead of path. | src/pm/mpd/mpdsigjob.py |
| Fix for names in subdirectories in one of the install steps | maint/simplemake.in |
| fix minor cast error | src/util/logging/rlog/rlogutil.c |
| Fix print msg about key retrieved | src/pm/mpd/pmitest.c |
| fixed bug reported by Cray: typo array[i] instead of array[1] | src/mpid/common/datatype/gen_type_blockindexed.c |
| Fixed minor errors in install-alt target | src/pm/gforker/Makefile.sm src/pm/remshell/Makefile.sm |
| fixed receive size to not exceed size of recv buf | src/mpi/coll/allgatherv.c |
| Improve coverage handling to add GNU args to the F77, F90, and C++ compilations and add clean targets for the coverage data files on OS X | configure.in confdb/aclocal_f77.m4 maint/simplemake.in src/mpe2/src/collchk/src/Makefile.in src/mpe2/src/wrappers/src/Makefile.in src/mpi/romio/Makefile.in src/mpi/romio/aclocal.m4 src/mpi/romio/adio/ad_gridftp/Makefile.in src/mpi/romio/adio/ad_nfs/Makefile.in src/mpi/romio/adio/ad_panfs/Makefile.in src/mpi/romio/adio/ad_pvfs/Makefile.in src/mpi/romio/adio/ad_pvfs2/Makefile.in src/mpi/romio/adio/ad_testfs/Makefile.in src/mpi/romio/adio/ad_ufs/Makefile.in src/mpi/romio/adio/ad_xfs/Makefile.in src/mpi/romio/adio/common/Makefile.in src/mpi/romio/mpi-io/Makefile.in src/mpi/romio/mpi-io/fortran/Makefile.in src/mpi/romio/mpi-io/glue/default/Makefile.in src/mpi/romio/mpi-io/glue/mpich1/Makefile.in src/mpi/romio/mpi-io/glue/mpich2/Makefile.in src/mpi/romio/mpi2-other/array/Makefile.in src/mpi/romio/mpi2-other/array/fortran/Makefile.in src/mpi/romio/mpi2-other/info/Makefile.in src/mpi/romio/mpi2-other/info/fortran/Makefile.in src/pm/mpd/Makefile.in |
| initial commit of (mostly working but sloppy) ch3:sctp dynamic processes support | src/mpid/ch3/channels/sctp/include/mpidi_ch3_impl.h src/mpid/ch3/channels/sctp/include/mpidi_ch3_pre.h src/mpid/ch3/channels/sctp/src/Makefile.sm src/mpid/ch3/channels/sctp/src/ch3_init.c src/mpid/ch3/channels/sctp/src/ch3_progress.c src/mpid/ch3/channels/sctp/src/ch3i_connaccept.c src/mpid/ch3/channels/sctp/src/sctp_util.c src/mpid/ch3/src/ch3u_port.c |
| nemesis: bug fixes in new tcp module | src/mpid/ch3/channels/nemesis/nemesis/net_mod/newtcp_module/newtcp_module_poll.c src/mpid/ch3/channels/nemesis/nemesis/net_mod/newtcp_module/newtcp_module_send.c |
| Remove debugging code from configure | maint/configure.in |
| Removed ununsed function prototype | src/mpid/ch3/include/mpidimpl.h |
| Use [] instead of test notation | src/pm/Makefile.sm |