This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 941dfe7d3552604d11426c14f26d8ec88f8391b7 (commit) from 59e481288a7692ba5d93d76b30dde5e99d51e88c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/941dfe7d3552604d11426c14f26d8ec88f... commit 941dfe7d3552604d11426c14f26d8ec88f8391b7 Author: James Dinan <[email protected]> Date: Thu Feb 28 11:09:05 2013 -0600 Updated changes file with RMA changes for 3.0.3 diff --git a/CHANGES b/CHANGES index 89b3316..20f4067 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,17 @@ Changes in 3.0.3 =============================================================================== + # RMA: Added a new mechanism for piggybacking RMA synchronization operations, + which improves the performance of several synchronization operations, + including Flush. + + # RMA: Added an optimization to utilize the MPI_MODE_NOCHECK assertion in + passive target RMA to improve performance by eliminating a lock request + message. + + # RMA: Added a default implementation of shared memory windows to CH3. This + adds support for this MPI 3.0 feature to the ch3:sock device. + # PM/PMI: Upgraded to hwloc-1.6.2rc1. This version uses libpciaccess instead of libpci, to workaround the GPL license used by libpci. ----------------------------------------------------------------------- Summary of changes: CHANGES | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository