Change Summary for MPICH2 for week of Apr 15, 2007

This list was automatically generated on Mon Apr 16 04:10:17 2007 .

Information on all weekly change summaries is available.

List of revisions

Files for each revision

added --enable-coarsethread to forcefully turn on/off of the coarse-grained thread support src/mpe2/src/wrappers/configure.in
Added GCC_OPTFLAG to control gcc optimization, particularly with --enable-strict confdb/aclocal_cc.m4
added comment src/mpe2/src/logging/src/mpe_log.c
Added function prototype test/mpi/spawn/selfconacc.c
Added get_range to param src/util/param/param.c
Added info about g95 and stdin doc/faq/faq.txt
Added more connection debugging support src/mpid/ch3/util/sock/ch3u_connect_sock.c src/mpid/ch3/util/sock/ch3u_getinterfaces.c
Added more on the possible implementation of simple2 PMI src/pmi/simple2/README
added mutex debugging for posix mutexes configure.in src/mpid/common/thread/mpe_funcs.i src/util/thread/posix_funcs.i
arch tests don't appear to do anything except break the standalone case now src/mpi/romio/configure.in
comment out debugging statement src/mpid/ch3/util/sock/ch3u_getinterfaces.c
fixed bug: unininitialized theadID parameter, thdID, which has to be set to a constant throughout the whole MPI job when coarse-grained thread support is disabled. Removed uninitialized parameters when thread support is disabled. src/mpe2/src/wrappers/include/mpe_log_thread.h.in
Fixed socket buffer size handling so that it does something and is controllable by the user; also added some connection debugging support src/mpid/common/sock/poll/sock.c src/mpid/common/sock/poll/sock_immed.i src/mpid/common/sock/poll/sock_post.i src/mpid/common/sock/poll/socki_util.i
from HEAD: fix for john bent forced collective buffering test src/mpi/romio/adio/common/ad_write_coll.c
initial deposit of README for Windows MPE users. src/mpe2/README.windows
Keeping project uptodate with changes to ROMIO code - adding new files/removing stale files related to ROMIO and datatype code mpich2s.vcproj
MPIU_Free only defined when we're built as part of MPICH2, not as a standaloneagainst MPICH2 src/mpi/romio/adio/common/ad_end.c
Minor fix for reporting results test/mpi/spawn/concurrent_spawns.c
More minor fixes for socket buffer len src/mpid/common/sock/poll/sock.c src/mpid/common/sock/poll/sock_init.i src/mpid/common/sock/poll/socki_util.i
Move STATE_DECL to avoid problem with declarations in code src/mpi/comm/comm_create.c
need to override default rules to pull in romio libs in standalone case src/mpi/romio/test/Makefile.in
swapped 2 sections to make it consistent with README.windows src/mpe2/README