[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-191-g38df8d2
Service Account
noreply at mpich.org
Mon Mar 2 10:04:15 CST 2015
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 38df8d2a831b4fb87dfa016a2c0f896cf6ab31e1 (commit)
from a6265a4438a39bd471ed543c854bffaa0b580cac (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/38df8d2a831b4fb87dfa016a2c0f896cf6ab31e1
commit 38df8d2a831b4fb87dfa016a2c0f896cf6ab31e1
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date: Sun Mar 1 18:54:40 2015 -0600
Changed MPI_SUBVERSION to 1
Now we are 3.1 compliant.
diff --git a/src/include/mpi.h.in b/src/include/mpi.h.in
index 0987a84..9e0390f 100644
--- a/src/include/mpi.h.in
+++ b/src/include/mpi.h.in
@@ -453,7 +453,7 @@ typedef int (MPI_Copy_function) ( MPI_Comm, int, void *, void *, void *, int * )
typedef int (MPI_Delete_function) ( MPI_Comm, int, void *, void * );
#define MPI_VERSION 3
-#define MPI_SUBVERSION 0
+#define MPI_SUBVERSION 1
#define MPICH_NAME 3
#define MPICH 1
#define MPICH_HAS_C2F 1
-----------------------------------------------------------------------
Summary of changes:
src/include/mpi.h.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list