[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-128-g17878cd

mysql vizuser noreply at mpich.org
Sun Oct 27 10:34:04 CDT 2013


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  17878cdf4859f2d92dcae56e05bdea8a9eeb9bed (commit)
       via  1aaea60437d9af14dfd14bb5bf06145e3f330e4c (commit)
      from  e53c0f3a2485069ad29f97be0ae8b4e68bbf71b4 (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/17878cdf4859f2d92dcae56e05bdea8a9eeb9bed

commit 17878cdf4859f2d92dcae56e05bdea8a9eeb9bed
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun Oct 27 10:32:33 2013 -0500

    Update version string.
    
    We are calling the next release 3.1rc1.  The ABI string has already
    been updated.
    
    No reviewer.

diff --git a/maint/version.m4 b/maint/version.m4
index a6fad3a..03f2acf 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.1b2])dnl
+m4_define([MPICH_VERSION_m4],[3.1rc1])dnl
 m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 
 # For libtool ABI versioning rules see:

http://git.mpich.org/mpich.git/commitdiff/1aaea60437d9af14dfd14bb5bf06145e3f330e4c

commit 1aaea60437d9af14dfd14bb5bf06145e3f330e4c
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Sun Oct 27 10:29:50 2013 -0500

    Added information about MPI_T to the documentation.
    
    No reviewer.

diff --git a/CHANGES b/CHANGES
index dd35039..2aff5eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,8 @@
  # Several improvements to the SCIF netmod.  (code contribution from
    Intel).
 
+ # Major revamp of the MPI_T interface added in MPI-3.
+
  # Added environment variables to control a lot more capabilities for
    collectives.  See the README.envvar file for more information.
 
diff --git a/README.vin b/README.vin
index 2ef3aaf..5ddbc07 100644
--- a/README.vin
+++ b/README.vin
@@ -3,9 +3,8 @@
 MPICH is a high-performance and widely portable implementation of the
 MPI-3.0 standard from the Argonne National Laboratory.  This release
 has all MPI 3.0 functions and features required by the standard with
-the exception of support for the "external32" portable I/O format,
-user-defined data representations for I/O, and the MPI_T interface
-(some MPI_T functions are partially implemented).
+the exception of support for the "external32" portable I/O format and
+user-defined data representations for I/O.
 
 This README file should contain enough information to get you started
 with MPICH. More extensive installation and user guides can be found

-----------------------------------------------------------------------

Summary of changes:
 CHANGES          |    2 ++
 README.vin       |    5 ++---
 maint/version.m4 |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list