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

mysql vizuser noreply at mpich.org
Tue Dec 17 09:50:46 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  82e2a8221f2bb6f5e13329d59f0aca443b16ae70 (commit)
      from  2be07a46ce1a4e336234814919c213e56e2ca56d (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/82e2a8221f2bb6f5e13329d59f0aca443b16ae70

commit 82e2a8221f2bb6f5e13329d59f0aca443b16ae70
Author: Michael Blocksome <blocksom at us.ibm.com>
Date:   Fri Dec 13 14:06:08 2013 -0600

    Add missing FCNAME #define for error reporting.

diff --git a/src/mpid/pamid/src/dyntask/mpid_comm_spawn_multiple.c b/src/mpid/pamid/src/dyntask/mpid_comm_spawn_multiple.c
index 12bf3a7..be71200 100644
--- a/src/mpid/pamid/src/dyntask/mpid_comm_spawn_multiple.c
+++ b/src/mpid/pamid/src/dyntask/mpid_comm_spawn_multiple.c
@@ -101,6 +101,10 @@ static void MPIDI_free_pmi_keyvals(PMI_keyval_t **kv, int size, int *counts)
 .N Errors
 .N MPI_SUCCESS
 @*/
+#undef FUNCNAME
+#define FUNCNAME MPID_Comm_spawn_multiple
+#undef FCNAME
+#define FCNAME MPIU_QUOTE(FUNCNAME)
 int MPID_Comm_spawn_multiple(int count, char *array_of_commands[],
 			     char ** array_of_argv[], const int array_of_maxprocs[],
 			     MPID_Info * array_of_info_ptrs[], int root,
diff --git a/src/mpid/pamid/src/dyntask/mpid_port.c b/src/mpid/pamid/src/dyntask/mpid_port.c
index b587ef6..e6f8810 100644
--- a/src/mpid/pamid/src/dyntask/mpid_port.c
+++ b/src/mpid/pamid/src/dyntask/mpid_port.c
@@ -90,6 +90,10 @@ int MPID_Close_port(const char *port_name)
     return mpi_errno;
 }
 
+#undef FUNCNAME
+#define FUNCNAME MPID_Comm_accept
+#undef FCNAME
+#define FCNAME MPIU_QUOTE(FUNCNAME)
 int MPID_Comm_accept(const char * port_name, MPID_Info * info, int root,
 		     MPID_Comm * comm, MPID_Comm ** newcomm_ptr)
 {
@@ -114,6 +118,10 @@ int MPID_Comm_accept(const char * port_name, MPID_Info * info, int root,
     return mpi_errno;
 }
 
+#undef FUNCNAME
+#define FUNCNAME MPID_Comm_connect
+#undef FCNAME
+#define FCNAME MPIU_QUOTE(FUNCNAME)
 int MPID_Comm_connect(const char * port_name, MPID_Info * info, int root,
 		      MPID_Comm * comm, MPID_Comm ** newcomm_ptr)
 {

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

Summary of changes:
 .../pamid/src/dyntask/mpid_comm_spawn_multiple.c   |    4 ++++
 src/mpid/pamid/src/dyntask/mpid_port.c             |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list