[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-218-gd5f9f34

mysql vizuser noreply at mpich.org
Sun Feb 2 21:55:56 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  d5f9f34b608040448343bd2fbe56538985644cdd (commit)
      from  3fb9d0f32b240a35afc527ae35eecf4a01b6b8c2 (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/d5f9f34b608040448343bd2fbe56538985644cdd

commit d5f9f34b608040448343bd2fbe56538985644cdd
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Sun Feb 2 21:53:49 2014 -0600

    return correct error code in MPI_UNPUBLISH_NAME
    
    Return MPI_ERR_SERVICE when the name being unpublished is not found.
    
    No reviewer.

diff --git a/src/nameserv/file/file_nameserv.c b/src/nameserv/file/file_nameserv.c
index 2dc94b7..3109bac 100644
--- a/src/nameserv/file/file_nameserv.c
+++ b/src/nameserv/file/file_nameserv.c
@@ -273,7 +273,7 @@ int MPID_NS_Unpublish( MPID_NS_Handle handle, const MPID_Info *info_ptr,
 	/* --BEGIN ERROR HANDLING-- */
 	/* Error: this name was not found */
 	err = MPIR_Err_create_code( MPI_SUCCESS, MPIR_ERR_RECOVERABLE, FCNAME, __LINE__, 
-				    MPI_ERR_OTHER, "**namepubnotpub",
+				    MPI_ERR_SERVICE, "**namepubnotpub",
 				    "**namepubnotpub %s", service_name );
 	return err;
 	/* --END ERROR HANDLING-- */

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

Summary of changes:
 src/nameserv/file/file_nameserv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list