[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b1-25-g1c38bd3
Service Account
noreply at mpich.org
Wed Apr 1 11:38:59 CDT 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 1c38bd3e927329e308c9838061e9383eebe2010b (commit)
from d3034ef2f1eeeaba21fe53276f05dc199c9bdf40 (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/1c38bd3e927329e308c9838061e9383eebe2010b
commit 1c38bd3e927329e308c9838061e9383eebe2010b
Author: Su Huang <suhuang at us.ibm.com>
Date: Wed Apr 1 11:22:11 2015 -0400
PAMID: Unexpected mpi_gather message print out when MP_PRINTENV=yes
(ibm) D203137
Signed-off-by: Sameh Sharkawi <sssharka at us.ibm.com>
diff --git a/src/mpid/pamid/src/mpidi_util.c b/src/mpid/pamid/src/mpidi_util.c
index 896dd86..dd25865 100644
--- a/src/mpid/pamid/src/mpidi_util.c
+++ b/src/mpid/pamid/src/mpidi_util.c
@@ -35,7 +35,6 @@
#include "mpidi_util.h"
#define PAMI_TUNE_MAX_ITER 2000
-#define _DEBUG 1
/* Short hand for sizes */
#define ONE (1)
#define ONEK (1<<10)
@@ -706,13 +705,6 @@ int MPIDI_Print_mpenv(int rank,int size)
memset(gatherer,0,task_count*sizeof(MPIDI_printenv_t));
}
- #ifdef _DEBUG
- printf("task_count = %d\n", task_count);
- printf("calling _mpi_gather(%p,%d,%d,%p,%d,%d,%d,%d,%p,%d)\n",
- &sender,sizeof(MPIDI_printenv_t),MPI_BYTE,gatherer,sizeof(MPIDI_printenv_t),MPI_BYTE,
- 0, MPI_COMM_WORLD,NULL,0);
- fflush(stdout);
- #endif
mpi_errno = MPI_SUCCESS;
MPID_Comm_get_ptr( comm, comm_ptr );
@@ -724,11 +716,6 @@ int MPIDI_Print_mpenv(int rank,int size)
errflag = TRUE;
}
- #ifdef _DEBUG
- printf("returned from _mpi_gather\n");
- fflush(stdout);
- #endif
-
/* work through results and compare */
if (mytask == 0) {
-----------------------------------------------------------------------
Summary of changes:
src/mpid/pamid/src/mpidi_util.c | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list