Change Summary for MPICH2 for week of Jan 21, 2007

This list was automatically generated on Mon Jan 22 05:11:14 2007 .

Information on all weekly change summaries is available.

List of revisions

Files for each revision

Added MPICH2 version define src/include/mpi.h.in
Added a test for splitting an intercommunicator (allowed in MPI-2) test/mpi/comm/Makefile.sm test/mpi/comm/icsplit.c test/mpi/comm/testlist
Added a test of type dup of a derived datatype including an array of types test/mpi/attr/Makefile.sm test/mpi/attr/attr2type.c test/mpi/attr/testlist
Added probe-intercomm test/mpi/comm/testlist
Added probe-intercomm source into Makefile template test/mpi/comm/Makefile.sm
Added test of creating an intercomm from an intercomm with MPI_Comm_create test/mpi/comm/Makefile.sm test/mpi/comm/iccreate.c test/mpi/comm/testlist
Apply patch for totalview from: peter.thompson@etnus.com src/pm/mpd/mpiexec.py src/pm/mpd/mtv_setup.py
Change the error message utility to use a shorter line length for each individual message in the ring, allowing the total message (of size MPI_MAX_ERROR_STRING) to be longer than any individual message. This seems to be a good comprimise between allocating enough space for the message ring with printing detailed individual messages src/mpi/errhan/errutil.c
Configure script now displays each unhandled definition or @foo@ only once. The script now also displays the number of unhandled definitions/@foo@s and the total number of instances winconfigure.wsf
Fix to probe routines for the new intercomm context id code src/mpid/ch3/src/mpid_iprobe.c src/mpid/ch3/src/mpid_probe.c
Install shared library version of the C++ library Makefile.sm
MPI_Probe() on an intercommunicator hangs if a communicator previously created by MPI_Comm_split() is free()ed in one MPI process, and not the other, before creating the intercommunicator - ref MPICH2REQ 3108 test/mpi/comm/probe-intercomm.c
Minor format cleanup src/mpi/coll/allgatherv.c
Remove line feeds from the UUID generated test/mpi/createprojects.wsf
Remove temp debug prints src/mpi/init/initthread.c
Updated version of test solution from 8.00 to 9.00 test/mpi/createprojects.wsf
Upgraded version of test projects from 7.10 to 8.00 test/mpi/project.txt test/mpi/project_cxx.txt