[mpich] MPICH primary repository branch, master, updated. v3.0.3-25-gb730e03
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 b730e03cd47e3565b40007b27f3aa0136d802774 (commit) via b802eb9d0ea25f1483f49f5d1b0c24d3f507de3e (commit) from 78c3481d24cf9639b7de59a006e22aae86760ac0 (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/b730e03cd47e3565b40007b27f3aa0136d... commit b730e03cd47e3565b40007b27f3aa0136d802774 Author: Pavan Balaji <[email protected]> Date: Fri Apr 19 17:20:33 2013 -0500 Update mpich release and ABI versions for the 3.0.4 release. No changes were made to mpi.h or the Fortran bindings, AFAICT. Only incrementing the revision ('r') field for the ABI string. Reviewed by goodell. diff --git a/maint/version.m4 b/maint/version.m4 index 0660b45..e64f652 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -14,7 +14,7 @@ # changing this by playing with diversions, but then we would probably be # playing with autotools-fire. -m4_define([MPICH_VERSION_m4],[3.0.3])dnl +m4_define([MPICH_VERSION_m4],[3.0.4])dnl m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: @@ -31,6 +31,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # # 4. If any interfaces have been removed since the last public # release, then set age to 0. -m4_define([libmpich_so_version_m4],[10:3:0])dnl +m4_define([libmpich_so_version_m4],[10:4:0])dnl [#] end of __file__ http://git.mpich.org/mpich.git/commitdiff/b802eb9d0ea25f1483f49f5d1b0c24d3f5... commit b802eb9d0ea25f1483f49f5d1b0c24d3f507de3e Author: Pavan Balaji <[email protected]> Date: Fri Apr 19 17:19:37 2013 -0500 CHANGES file updates for Hydra. Added a note describing the new scalability improvements with key/value caching. No reviewer. diff --git a/CHANGES b/CHANGES index f459d6d..94af968 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ # OVERALL: Added support to manage per-communicator eager-rendezvous thresholds. + # PM/PMI: Performance improvements to the Hydra process manager on + large-scale systems by allowing for key/value caching. + # Several other minor bug fixes, memory leak fixes, and code cleanup. A full list of changes is available at the following link: ----------------------------------------------------------------------- Summary of changes: CHANGES | 3 +++ maint/version.m4 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org