[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-81-g666e270

Service Account noreply at mpich.org
Wed Dec 17 13:08:10 CST 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  666e270d9d3d530f1d28110f146b468bc14fb8ba (commit)
      from  52531f77b3370587d116c664b0a1eefe807fe068 (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/666e270d9d3d530f1d28110f146b468bc14fb8ba

commit 666e270d9d3d530f1d28110f146b468bc14fb8ba
Author: Junchao Zhang <jczhang at mcs.anl.gov>
Date:   Fri Dec 5 13:35:30 2014 -0600

    Fix misleading text in doc for error code MPI_ERR_TYPE
    
    See http://lists.mpich.org/pipermail/discuss/2014-December/003531.html
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/maint/docnotes b/maint/docnotes
index b8cf2cd..215ac56 100644
--- a/maint/docnotes
+++ b/maint/docnotes
@@ -200,8 +200,9 @@ N*/
   non-negative; a count of zero is often valid.
 N*/
 /*N MPI_ERR_TYPE
-. MPI_ERR_TYPE - Invalid datatype argument.  May be an uncommitted 
-  MPI_Datatype (see 'MPI_Type_commit').
+. MPI_ERR_TYPE - Invalid datatype argument.  Additionally, this error can
+  occur if an uncommitted MPI_Datatype (see 'MPI_Type_commit') is used
+  in a communication call.
 N*/
 /*N MPI_ERR_TAG
 .  MPI_ERR_TAG - Invalid tag argument.  Tags must be non-negative; tags

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

Summary of changes:
 maint/docnotes |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list