Skip to content
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

oshmem/mca/sshmem: Fix build with --enable-mem-debug [4.1.x] #8308

Merged
merged 1 commit into from
Jan 4, 2021

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Dec 21, 2020

--enable-mem-debug #defines realloc/free as macros, though macros
are also matched if they appear in references to members. Rename the
members to avoid this matching.

See #6995

Backport of #7926 to 4.1.x

Signed-off-by: Bert Wesarg bert.wesarg@tu-dresden.de
(cherry picked from commit 3111877)

`--enable-mem-debug` `#define`s `realloc`/`free` as macros, though macros
are also matched if they appear in references to members. Rename the
members to avoid this matching.

See open-mpi#6995

Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
(cherry picked from commit 3111877)
@jsquyres jsquyres added this to the v4.1.1 milestone Jan 2, 2021
@jsquyres jsquyres merged commit 9249bb5 into open-mpi:v4.1.x Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants