-
Notifications
You must be signed in to change notification settings - Fork 900
Memory Leak in MPI_Get_elements_x #6291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ggouaillardet
added a commit
to ggouaillardet/ompi
that referenced
this issue
Jan 22, 2019
correctly free ptypes if the datatype is not pre-defined. Thanks Axel Huebl for reporting this. Refs. open-mpi#6291 Signed-off-by: Gilles Gouaillardet <[email protected]>
@ax3l thanks for the report ! Meanwhile, feel free to manually download and apply the patch at https://github.com/open-mpi/ompi/pull/6292.patch |
karasevb
pushed a commit
to karasevb/ompi
that referenced
this issue
Jan 30, 2019
correctly free ptypes if the datatype is not pre-defined. Thanks Axel Huebl for reporting this. Refs. open-mpi#6291 Signed-off-by: Gilles Gouaillardet <[email protected]>
jsquyres
pushed a commit
to jsquyres/ompi
that referenced
this issue
Jan 30, 2019
correctly free ptypes if the datatype is not pre-defined. Thanks Axel Huebl for reporting this. Refs. open-mpi#6291 Signed-off-by: Gilles Gouaillardet <[email protected]> (cherry picked from commit 7c938f0)
The fix has landed into both |
Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background information
What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)
master
as of 352b667Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
From source via
spack
.Please describe the system on which you are running
Details of the problem
The function
opal_datatype_compute_ptypes
inompi/ompi/datatype/ompi_datatype_get_elements.c
Line 52 in 352b667
ompi/opal/datatype/opal_datatype_get_count.c
Line 161 in 98afc83
Seen while running a small MPI-I/O example with HDF5
develop
: https://forum.hdfgroup.org/t/hdf5bug-h5fd-mpio-collective-chunking/5279The text was updated successfully, but these errors were encountered: