Information on all weekly change summaries is available.
| a new script that does linkage test in question/answer style in a way that is consistent with autoconf, i.e. for portability purpose. | src/mpe2/sbin/mpelinktest.in |
| Add cwd to prints from uncaught exceptions for mpich2 nightly tests. | src/pm/mpd/mpdlib.py |
| added $sbinbuild_dir support. | src/mpe2/src/graphics/configure.in |
| added --enable-romio and made the help messages of --with-mpiio and --enable-romio clearer | src/mpe2/src/collchk/configure.in src/mpe2/src/wrappers/configure.in |
| Added MPIU_DBG_MSG_P and MPIU_DBG_BSEND | src/include/mpidbg.h src/util/dbg/dbg_printf.c |
| Added a test of the Fortran datatypes from C++ | test/mpi/configure.in test/mpi/cxx/datatype/Makefile.sm test/mpi/cxx/datatype/testlist test/mpi/cxx/datatype/typemiscx.cxx test/mpi/cxx/datatype/typenamex.cxx |
| Added an assert test for pg in the vcr | src/mpid/ch3/src/ch3u_port.c |
| Added an attempt at a target for creating shared-library version of assembly language sources | src/mpid/ch3/channels/nemesis/nemesis/src/Makefile.sm |
| added calls to MPIDU_Sock_finalize | src/pmi/smpd/smpd_ipmi.c |
| Added fixme | src/mpid/ch3/src/ch3u_port.c |
| Added fixme about pg references | src/mpid/ch3/src/ch3u_handle_connection.c |
| Added fixme for html install of docs | Makefile.sm |
| Added fixmes about detecting errors in state usage in source code | maint/extractstates.in |
| added sbinbuild_dir support. | src/mpe2/src/collchk/configure.in src/mpe2/src/wrappers/configure.in |
| Added some notes on thoughts for improving simplemake | maint/simplemake.txt |
| Added support for Fortran datatypes from C++ | configure.in src/binding/cxx/buildiface |
| Added support for html versions of user/install docs | doc/mpiman.def doc/mpiman.sty doc/installguide/Makefile.in doc/userguide/Makefile.in |
| added support in mpeinstall.in so that "make install" can update $sbinbuild_dir to $sbindir in installed files, e.g. src/wrappers/test/Makefile. Also copy mpelinktest from $sbinbuild_dir to $sbindir. | src/mpe2/sbin/mpeinstall.in |
| close all sockets on sock finalize, close sockets inbetween connection retry loops | src/mpid/common/sock/iocp/sock.c |
| corrected a typo. | src/mpe2/src/graphics/contrib/mandel/pmandel.c |
| corrected changes to rlog | mpich2.vcproj mpich2s.vcproj winconfigure.wsf src/util/logging/rlog/rlog.c src/util/logging/rlog/rlog.vcproj src/util/logging/rlog/rlogtime.c |
| enable configure to generate mpelinktest in sbinbuild_dir. | src/mpe2/configure.in |
| Fix bug in handling of genvlist/envlist | src/pm/mpd/mpiexec.py |
| Fix minor typo | src/pmi/simple/simple_pmi.c |
| fixed bug in order of MPIR_Nest_decr and MPID_CS_EXIT reported by Wei-keng Liao | src/mpi/romio/mpi-io/iread.c src/mpi/romio/mpi-io/iwrite.c src/mpi/romio/mpi-io/read_sh.c src/mpi/romio/mpi-io/seek_sh.c |
| Fixed up handling of @W...@ and @T...@. Also added a hack to handle (only!) the case of two MPI_COMM_WORLD, with the second started by the first. | src/include/mpidbg.h src/mpi/spawn/comm_get_parent.c src/util/dbg/dbg_printf.c |
| Moved socket connection code out of progress engine and into socket connection code file | src/mpid/ch3/channels/sock/src/ch3_progress.c src/mpid/ch3/util/sock/ch3u_connect_sock.c |
| refactor the linktest_C and linktest_F77 targets to use mpelinktest. | src/mpe2/src/graphics/contrib/test/Makefile.in src/mpe2/src/wrappers/test/Makefile.in |
| removed timer.c | src/mpid/ch3/channels/shm/ch3shm.vcproj |
| removed unused variable | src/mpid/ch3/src/mpid_vc.c |
| Replaced MPIU_DBG_PRINTF with MPIU_DBG_MSG | src/mpi/comm/intercomm_create.c src/mpi/pt2pt/bsendutil.c |
| simplified the linktest_C and linktest_F77 targets using the $sbinbuild_dir/mpelinktest. | src/mpe2/src/collchk/test/Makefile.in |
| Update commutil.c to use MPIU_DBG_MSG | src/mpi/comm/commutil.c |
| Use -q option on ssh. To eliminate ssh 'banners' from /etc/sshd_config. | src/pm/mpd/mpdboot.py |