Information on all weekly change summaries is available.
| *** empty log message *** | src/mpid/ch3/channels/nemesis/nemesis/net_mod/newtcp_module/socksm.c |
| AC_DEFINE( HAVE_LIBPTHREAD ) since AC_CHECK_LIB is used with "action-if-found", i.e. AC_CHECK_LIB won't define HAVE_LIBPTHREAD as usual. | src/mpe2/src/logging/configure.in |
| added -lpthread when coarse-grained pthread logging support is enabled for non-MPICH2. Added configuration file mpe_log_postlib.conf to append -lpthread and enable mpe_mpilog.conf to read from mpe_log_postlib.conf. | src/mpe2/src/logging/configure.in src/mpe2/src/logging/etc/mpe_log_postlib.conf.in src/mpe2/src/wrappers/etc/mpe_mpilog.conf.in |
| added FLIBS and F77_OTHER_LIBS set by AC_F77_LIBRARY_LDFLAGS and other PAC_F77 tests | src/mpe2/cross_spec/Makefile.in |
| added comment about AR/RANLIB and their use with cross_spec.txt | src/mpe2/INSTALL.cross |
| added cross-compilation instruction for BG/L | src/mpe2/INSTALL.cross |
| added double quotes on configure env variables | src/mpe2/cross_spec/cross_env.in |
| Added mpi_base module name for compilers that make this upper case | configure.in maint/simplemake.in src/binding/f90/.cvsignore src/binding/f90/buildiface |
| Added the performance tests into the basic tests | test/mpi/testlist.in |
| allow configure to set AR and RANLIB in cross_env.in | src/mpe2/cross_spec/configure.in src/mpe2/cross_spec/cross_env.in |
| bugfix so mpe_log_thread.c can read HAVE_LIBPTHREAD in mpe_logging_conf.h. | src/mpe2/src/logging/src/mpe_log_thread.c |
| Changed locn of mpe_log_thread.h[.in] from src/wrappers to src/logging | winconfigure.wsf |
| Clean up includes for Intel compiler warning | src/include/mpiimpl.h src/include/mpiutil.h |
| cosmetic change | src/mpe2/src/logging/etc/mpe_nolog.conf.in |
| disabled checking of pthread.h and libpthread.a(so) when --disable-threadlogging is used. | src/mpe2/src/logging/configure.in |
| exported all variables in cross_spec.txt so all subpackages can see them | src/mpe2/configure.in |
| Fix misspelling in install target | src/binding/f90/buildiface |
| fixed bug that appended ":$(TRACE_SRCDIR)" to VPATH without checking if VPATH has been set" | src/mpe2/src/slog2sdk/trace_rlog/configure.in src/mpe2/src/slog2sdk/trace_rlog/src/Makefile.in src/mpe2/src/slog2sdk/trace_sample/configure.in src/mpe2/src/slog2sdk/trace_sample/src/Makefile.in |
| fixed type_extent type to MPI_Aint | src/mpi/datatype/type_extent.c |
| Moved coarse-thread support from src/wrapper to src/logging so MPE logging can make use of it. Replaced --enable-coarsethread by --enable-threadlogging + misc fixes. | src/mpe2/src/logging/Makefile.in src/mpe2/src/logging/configure.in src/mpe2/src/logging/include/mpe_log_thread.h.in src/mpe2/src/logging/src/Makefile.in src/mpe2/src/logging/src/mpe_log_thread.c src/mpe2/src/wrappers/Makefile.in src/mpe2/src/wrappers/configure.in src/mpe2/src/wrappers/src/Makefile.in |
| updated documentation on cross-compilation | src/mpe2/INSTALL.cross |
| updated with latest PAC stuffs from mpich2's aclocal_f77.m4 | src/mpe2/aclocal_f77.m4 |
| updated with latest PAC_F77 tests from mpich2. | src/mpe2/configure.in src/mpe2/cross_spec/configure.in |