[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.1-129-g99932bb
Service Account
noreply at mpich.org
Sat Jul 19 06:40:46 CDT 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 99932bbce280c14f0688ba147e6ff8455c31e248 (commit)
from b3007925c402c97bc5a799c4b630f6114a795146 (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/99932bbce280c14f0688ba147e6ff8455c31e248
commit 99932bbce280c14f0688ba147e6ff8455c31e248
Author: Paul Coffman <pkcoff at us.ibm.com>
Date: Sat Jul 19 06:39:42 2014 -0500
memory leak in PE aggregator creation
Signed-off-by: Rob Latham <robl at mcs.anl.gov>
diff --git a/src/mpi/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c b/src/mpi/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c
index 2098b85..dfeeff5 100644
--- a/src/mpi/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c
+++ b/src/mpi/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c
@@ -215,6 +215,9 @@ ADIOI_PE_gen_agg_ranklist(ADIO_File fd)
}
}
}
+
+ ADIOI_Free(allNodeRanks);
+
}
if ( getenv("MP_I_SHOW_AGGRS") ) {
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list