[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc1-46-g6fb9967

mysql vizuser noreply at mpich.org
Mon Nov 18 14:08:26 CST 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  6fb9967b949ebf560f601398f97a1a4809f5d362 (commit)
      from  be75c78623e48ac96c11fbe33c3b513fc435dafd (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/6fb9967b949ebf560f601398f97a1a4809f5d362

commit 6fb9967b949ebf560f601398f97a1a4809f5d362
Author: Wesley Bland <wbland at mcs.anl.gov>
Date:   Mon Nov 18 11:13:52 2013 -0600

    Fix main/docnotes MPI_T error descriptions
    
    This was causing errors when printing the error descriptions in the manpages.
    
    Fixes #1979
    
    Signed-off-by: Antonio J. Pena <apenya at mcs.anl.gov>

diff --git a/maint/docnotes b/maint/docnotes
index 4279cbe..b8cf2cd 100644
--- a/maint/docnotes
+++ b/maint/docnotes
@@ -504,23 +504,23 @@ N*/
 N*/
 
 /*N MPI_T_ERR_CVAR_SET_NOT_NOW
-. MPI_T_ERR_CVAR_SET_NOT_NOW - The control variable can't be set at this moment.
+. MPI_T_ERR_CVAR_SET_NOT_NOW - The control variable can not be set at this moment.
 N*/
 
 /*N MPI_T_ERR_CVAR_SET_NEVER
-. MPI_T_ERR_CVAR_SET_NEVER -  The control variable can't be set until end of execution.
+. MPI_T_ERR_CVAR_SET_NEVER -  The control variable can not be set until end of execution.
 N*/
 
 /*N MPI_T_ERR_PVAR_NO_STARTSTOP
-. MPI_T_ERR_PVAR_NO_STARTSTOP - The performance variable can't be started or stopped.
+. MPI_T_ERR_PVAR_NO_STARTSTOP - The performance variable can not be started or stopped.
 N*/
 
 /*N MPI_T_ERR_PVAR_NO_WRITE
-. MPI_T_ERR_PVAR_NO_WRITE - The performance variable can't be written or reset.
+. MPI_T_ERR_PVAR_NO_WRITE - The performance variable can not be written or reset.
 N*/
 
 /*N MPI_T_ERR_PVAR_NO_ATOMIC
-. MPI_T_ERR_PVAR_NO_ATOMIC - The performance variable can't be read/write atomically.
+. MPI_T_ERR_PVAR_NO_ATOMIC - The performance variable can not be read/write atomically.
 N*/
 
 /*N NULL
diff --git a/src/mpi_t/pvar_session_free.c b/src/mpi_t/pvar_session_free.c
index 4b86cd1..6111799 100644
--- a/src/mpi_t/pvar_session_free.c
+++ b/src/mpi_t/pvar_session_free.c
@@ -74,7 +74,7 @@ return, MPI sets the session identifier to MPI_T_PVAR_SESSION_NULL.
 
 .N Errors
 .N MPI_SUCCESS
-.N MPI_T_ERR_NOT_INITIALIZEDE
+.N MPI_T_ERR_NOT_INITIALIZED
 .N MPI_T_ERR_INVALID_SESSION
 @*/
 int MPI_T_pvar_session_free(MPI_T_pvar_session *session)

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

Summary of changes:
 maint/docnotes                |   10 +++++-----
 src/mpi_t/pvar_session_free.c |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list