=============================================================================== Changes in 1.0.7..2 July 1, 2008 (r125) =============================================================================== - Do not attempt to set the value of a const variable =============================================================================== Changes in 1.0.7..1 July 1, 2008 (r122) =============================================================================== - Fix memory leaks when using non-contiguous buffers. Reported by MATSUBA Hiroya from the University of Tokyo. =============================================================================== Changes in 1.0.7..rc2 April 23, 2008 (r117) =============================================================================== - Connect to peer on demand rather than connect to all on startup. This dramatically reduces startup time on large jobs (>=256 processes). - Improve the configure process to use the --with-mx, --with-mx-include, and --with-mx-lib values. If only --with-mx, set the others appropriately. =============================================================================== Changes in 1.0.7..rc1 April 15, 2008 =============================================================================== - Update to MPICH2 1.0.7 - Fix bug in match bits that truncated ranks above 255 - Add support for compiling on Windows =============================================================================== Changes in 1.0.6..rc1 =============================================================================== - Update to MPICH2 1.0.6 - Add MX_RECV_POLLING and MX_UNEX_Q_LENGTH options - Add send cancellation caveat to the README.myricom and a few minor changes =============================================================================== Changes in 1.0.5p4.beta2 =============================================================================== - Adds proper copyright notices, license text - Removed dead code - Changes cancel send bits to use 3 bits instead of 4 - Per the MPICH2 style guide adds: - header file ifdefs - function name defines - adding const for in variables - change fprintf() to MPIU_Error_printf(), etc. - use MPIU_Malloc(), etc. instead of malloc(), etc. - Add stubs for dynamic process mgt functions - When needing all bits set to 1, use ~0ULL instead of (uint64_t) -1 - Implement MPID_Rsend_init() =============================================================================== Changes in 1.0.5p4.beta1 =============================================================================== - Initial beta release. Implements all point-to-point communication. - Does not implement dynamic process management or one-sided.