projects
/
openmpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9ed918
)
Memory leak in MPI_Allreduce when using a repeatedly created and freed MPI_Datatype
author
Alastair McKinstry
<mckinstry@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000
(14:07 +0100)
committer
Alastair McKinstry
<mckinstry@debian.org>
Wed, 8 Sep 2021 13:07:52 +0000
(14:07 +0100)
Bug-Origin: https://github.com/open-mpi/ompi/issues/8827
Last-Updated: 2021-05-10
Forwarded: not-needed
Gbp-Pq: Name pr8827.patch
ompi/mca/pml/ucx/pml_ucx_datatype.c
patch
|
blob
|
history
diff --git
a/ompi/mca/pml/ucx/pml_ucx_datatype.c
b/ompi/mca/pml/ucx/pml_ucx_datatype.c
index 5b1b8ccbed3b4a8b66a232460c7c4b5ffb97a042..3db3e6abad0dbaf5359c91cbcfe42a93e1324815 100644
(file)
--- a/
ompi/mca/pml/ucx/pml_ucx_datatype.c
+++ b/
ompi/mca/pml/ucx/pml_ucx_datatype.c
@@
-222,6
+222,7
@@
ucp_datatype_t mca_pml_ucx_init_datatype(ompi_datatype_t *datatype)
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
}
+ out:
/* Add custom attribute, to clean up UCX resources when OMPI datatype is
* released.
*/
@@
-238,7
+239,6
@@
ucp_datatype_t mca_pml_ucx_init_datatype(ompi_datatype_t *datatype)
ompi_mpi_abort(&ompi_mpi_comm_world.comm, 1);
}
}
-out:
PML_UCX_VERBOSE(7, "created generic UCX datatype 0x%"PRIx64, ucp_datatype)
#ifdef HAVE_UCP_REQUEST_PARAM_T