Change Summary for MPICH2 for week of Nov 27, 2005

This list was automatically generated on Mon Nov 28 05:09:43 2005 .

Information on all weekly change summaries is available.

List of revisions

Files for each revision

added a section on compiling with VC 6.0 and Dev Studio 2003 doc/windev/windev.tex
Added configuration instruction for OpenMPI and note that OpenMPI-1.0 does not instantiate MPI_F_STATUS(ES)_IGNORE even its mpi.h does contain MPI_F_STATUS(ES)_IGNORE. src/mpe2/INSTALL
added environment variables to force smpd to only use the local host when running tests maint/checkbuilds.in
added error checking and other code cleanup src/pm/smpd/smpd.h src/pm/smpd/smpd_register.c src/pm/smpd/smpd_restart.c src/pm/smpd/smpd_state_machine.c src/pm/smpd/smpd_user_data.c
added error checking, enter/exit macros, comments and misc cleanup code src/pm/smpd/smpd.h src/pm/smpd/smpd_command.c src/pm/smpd/smpd_connect.c src/pm/smpd/smpd_get_opt.c src/pm/smpd/smpd_handle_command.c src/pm/smpd/smpd_handle_spawn.c src/pm/smpd/smpd_hash.c src/pm/smpd/smpd_host_util.c src/pm/smpd/smpd_launch_process.c
added missing mpe header files maint/mpich2i.vdproj
added option SMPD_OPTION_NO_DYNAMIC_HOSTS to prevent using the dynamic hosts list to choose hosts from src/pm/smpd/smpd_connect.c
added section about removing Fortran support doc/windev/windev.tex
Chg ssh to rshCmd in chkupdn. src/pm/mpd/mpdboot.py
fixed a quoting bug introducted when AC_TRY_LINK was replaced by AC_LINK_IFELSE. Since AC_TRY_XXX does double quoting and while AC_XXX_IFELSE does not, sothe test of existenenc of MPI_Status_f2c/c2f that contains declaraction ofMPI_Fint f_status[xxx] needs to be double quoted. src/mpe2/src/wrappers/configure.in
Fixed another double quoting bug introducted when AC_TRY_XXX was replaced by AC_XXX_IFELSE. src/mpe2/src/collchk/configure.in
Fixed handling of imported enable variables when building within MPICH2 test/mpi/configure.in
Fixed ib reference in CHANGES CHANGES
Further improved the detection of incompatible F77 and F90 compilers, handling the multiple-weak-symbol option available with gcc configure.in confdb/aclangf90.m4 confdb/aclocal_f90.m4 confdb/fortran90.m4
improved the error message when exec fails src/pm/smpd/smpd_launch_process.c
Removed the redundant DESTDIRs. src/mpe2/sbin/mpeinstall.in
Temporarily commented out the inactive request test for the 1.0.3 release test/mpi/pt2pt/testlist
updated support for MPE winconfigure.wsf