[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a1-54-g835ab3b
Service Account
noreply at mpich.org
Tue Oct 7 23:07:24 CDT 2014
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 835ab3bc2d051a44dc75aadd6ac1f9ace9b43c61 (commit)
via 0bfc1346cc85d9019cb6add96aeeeff0f031e2a1 (commit)
via c2d941c9203e131a909bf8b224ee8d3dc06ec5b4 (commit)
from 354396f8362fd72c8f6750a479d86804bb47ddaa (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/835ab3bc2d051a44dc75aadd6ac1f9ace9b43c61
commit 835ab3bc2d051a44dc75aadd6ac1f9ace9b43c61
Author: Sangmin Seo <sseo at anl.gov>
Date: Tue Oct 7 14:38:32 2014 -0500
Update version number for 3.1.3 release.
Signed-off-by: Pavan Balaji <balaji at anl.gov>
diff --git a/maint/version.m4 b/maint/version.m4
index f4a1184..68b7b1b 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.2a1])dnl
+m4_define([MPICH_VERSION_m4],[3.1.3])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:3:0])dnl
+m4_define([libmpi_so_version_m4],[12:4:0])dnl
[#] end of __file__
http://git.mpich.org/mpich.git/commitdiff/0bfc1346cc85d9019cb6add96aeeeff0f031e2a1
commit 0bfc1346cc85d9019cb6add96aeeeff0f031e2a1
Author: Sangmin Seo <sseo at anl.gov>
Date: Tue Oct 7 14:37:58 2014 -0500
Update CHANGES for 3.1.3 release.
Signed-off-by: Pavan Balaji <balaji at anl.gov>
diff --git a/CHANGES b/CHANGES
index bbcd316..9145ab0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,30 @@
===============================================================================
+ Changes in 3.1.3
+===============================================================================
+
+ # Several enhancements to Portals4 support.
+
+ # Several enhancements to PAMI (thanks to IBM for the code contribution).
+
+ # Several enhancements to the CH3 RMA implementation.
+
+ # Several enhancements to ROMIO.
+
+ # Fixed deadlock in multi-threaded MPI_Comm_idup.
+
+ # 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.2..v3.1.3
+
+ 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&milestone=mpich-3.1.3
+
+
+===============================================================================
Changes in 3.1.2
===============================================================================
http://git.mpich.org/mpich.git/commitdiff/c2d941c9203e131a909bf8b224ee8d3dc06ec5b4
commit c2d941c9203e131a909bf8b224ee8d3dc06ec5b4
Author: Sangmin Seo <sseo at anl.gov>
Date: Tue Oct 7 14:36:16 2014 -0500
Remove 3.2a1 changes in the CHANGES file.
Signed-off-by: Pavan Balaji <balaji at anl.gov>
diff --git a/CHANGES b/CHANGES
index d5e888d..bbcd316 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,28 +1,4 @@
===============================================================================
- Changes in 3.2
-===============================================================================
-
- # Fortran 2008 bindings are enabled by default and fully supported.
-
- # Added support for the Mellanox MXM InfiniBand interface. (thanks
- to Mellanox for the code contribution).
-
- # Added support for OFED IB on Xeon and Xeon Phi. (thanks to RIKEN
- and University of Tokyo for the contribution).
-
- # 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.2..v3.2a1
-
- 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&milestone=mpich-3.2
-
-
-===============================================================================
Changes in 3.1.2
===============================================================================
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 18 ++++++++++--------
maint/version.m4 | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list