[mpich] MPICH primary repository branch, master, updated. v3.1b1-185-g9088ea8
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 9088ea81f0a6f4aa52119538ccc0e8985a6686f9 (commit) from db3c77fae27c14973ff3136a086f9232dbb1817c (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/9088ea81f0a6f4aa52119538ccc0e8985a... commit 9088ea81f0a6f4aa52119538ccc0e8985a6686f9 Author: Antonio J. Pena <[email protected]> Date: Tue Nov 5 10:33:23 2013 -0600 Updated release information for 3.1rc1 diff --git a/CHANGES b/CHANGES index 45308b1..ba0b4ac 100644 --- a/CHANGES +++ b/CHANGES @@ -19,7 +19,7 @@ collectives. See the README.envvar file for more information. # Allow non-blocking collectives and fault tolerance at the same - time. The option MPIR_PARAM_ENABLE_COLL_FT_RET has been removed as + time. The option MPIR_PARAM_ENABLE_COLL_FT_RET has been deprecated as it is no longer necessary. # Improvements to MPI_WIN_ALLOCATE to internally allocate shared diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 20c3b0f..a7ea1e6 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,13 +11,6 @@ http://trac.mpich.org/projects/mpich/ticket/1719 -### Large counts - - * The new MPI-3 "large count" routines (e.g., MPI_Type_size_x) do not - work correctly due to 64-bit to 32-bit truncations occurring inside - the MPICH library. We expect to fix this in upcoming releases. - - ### Fine-grained thread safety * ch3:sock does not (and will not) support fine-grained threading. diff --git a/maint/version.m4 b/maint/version.m4 index 03f2acf..3451683 100644 --- a/maint/version.m4 +++ b/maint/version.m4 @@ -15,7 +15,7 @@ # playing with autotools-fire. m4_define([MPICH_VERSION_m4],[3.1rc1])dnl -m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl +m4_define([MPICH_RELEASE_DATE_m4],[Tue Nov 5 10:12:32 CST 2013])dnl # For libtool ABI versioning rules see: # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-inf... ----------------------------------------------------------------------- Summary of changes: CHANGES | 2 +- RELEASE_NOTES | 7 ------- maint/version.m4 | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org