[mpich] MPICH primary repository branch, master, updated. v3.1.1-134-g88e23c4
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 88e23c46ccedf7643f3aa56c5cb1542eee0efc17 (commit) via 5a5ada7b65bbe7bd465f7569ee412b7d45e43a3a (commit) from 2f7ef49c14d24aa40ff282be2b041f76fc9ce151 (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/88e23c46ccedf7643f3aa56c5cb1542eee... commit 88e23c46ccedf7643f3aa56c5cb1542eee0efc17 Author: Junchao Zhang <[email protected]> Date: Mon Jul 21 10:50:41 2014 -0500 Upgraded revison number and release number Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/maint/version.m4 b/maint/version.m4 index 9692b70..6aad366 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.1.1])dnl +m4_define([MPICH_VERSION_m4],[3.1.2])dnl m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # For libtool ABI versioning rules see: @@ -35,6 +35,6 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl # libmpi so version only includes functionality defined in the MPI # standard, and does not include MPIX_ functions and C++ bindings. -m4_define([libmpi_so_version_m4],[12:1:0])dnl +m4_define([libmpi_so_version_m4],[12:2:0])dnl [#] end of __file__ http://git.mpich.org/mpich.git/commitdiff/5a5ada7b65bbe7bd465f7569ee412b7d45... commit 5a5ada7b65bbe7bd465f7569ee412b7d45e43a3a Author: Junchao Zhang <[email protected]> Date: Mon Jul 21 10:49:54 2014 -0500 Update CHANGES for 3.1.2 release Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/CHANGES b/CHANGES index 090f27e..f3185aa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,38 @@ =============================================================================== + Changes in 3.1.2 +=============================================================================== + # Upgraded to hwloc-1.9. + + # Added more Fortran 2008 (F08) tests and fixed a few F08 binding bugs. + Now all MPICH F90 tests have been ported to F08. + + # Updated weak alias support to align with gcc-4.x + + # Enhancements to RMA implementation. + + # Enhancements to ROMIO. + + # Better implementation of MPI_Allreduce for intercommunicator. + + # Added environment variables to control memory tracing overhead. + + # Added flags to enable C99 mode with Solaris compilers. + + # Updated implementation of MPI-T CVARs of type MPI_CHAR, as interpreted in MPI-3.0 Errata. + + # Several other minor bug fixes, memory leak fixes, and code cleanup. + + A full list of changes is available at the following link: + + http://git.mpich.org/mpich.git/shortlog/v3.1.1..v3.1.2 + + A full list of bugs that have been fixed is available at the + following link: + + https://trac.mpich.org/projects/mpich/query?status=closed&group=resolution&m... + + +=============================================================================== Changes in 3.1.1 =============================================================================== ----------------------------------------------------------------------- Summary of changes: CHANGES | 34 ++++++++++++++++++++++++++++++++++ maint/version.m4 | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org