[mpich] MPICH primary repository branch, master, updated. v3.2-11-g244d3fc
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 244d3fcdd5aa28bac8f7b1a6b8bbd7cca9d3f619 (commit) from c3dbc09ae20a503ac4b870893e3e330d52ea5a3b (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/244d3fcdd5aa28bac8f7b1a6b8bbd7cca9... commit 244d3fcdd5aa28bac8f7b1a6b8bbd7cca9d3f619 Author: Ken Raffenetti <[email protected]> Date: Thu Dec 3 13:35:12 2015 -0600 dbg/memarena: check memory writes at function exit Memarena checking at function exit was inadvertently lost in commit [2bd984a295cf]. Signed-off-by: Rob Latham <[email protected]> diff --git a/src/include/mpifunc.h b/src/include/mpifunc.h index 8630cd4..402c6bc 100644 --- a/src/include/mpifunc.h +++ b/src/include/mpifunc.h @@ -32,7 +32,7 @@ #if defined(USE_DBG_LOGGING) #define MPIR_FUNC_EXIT(a) MPIU_DBG_MSG(ROUTINE_EXIT,TYPICAL,"Leaving "#a) #elif defined(MPICH_DEBUG_MEMARENA) -#define MPIR_FUNC_EXIT(a) MPIU_DBG_MSG(ROUTINE_EXIT,TYPICAL,"Leaving "#a) +#define MPIR_FUNC_EXIT(a) MPIU_trvalid("Leaving " #a) #endif #endif /* MPIFUNC_H_INCLUDED */ ----------------------------------------------------------------------- Summary of changes: src/include/mpifunc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org