Skip to content

v4.0.x: Conform MPIR_Breakpoint to MPIR standard. #6990

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

Merged
merged 2 commits into from
Sep 19, 2019

Conversation

awlauria
Copy link
Contributor

  • Fix MPIR_Breakpoint standard violation by returning void
    instead of a void*.

Signed-off-by: Austen Lauria [email protected]
(cherry picked from commit 067adfa)

- Fix MPIR_Breakpoint standard violation by returning void
  instead of a void*.

Signed-off-by: Austen Lauria <[email protected]>
(cherry picked from commit 067adfa)
@hppritcha hppritcha added this to the v4.0.2 milestone Sep 18, 2019
@hppritcha hppritcha self-requested a review September 18, 2019 16:15
@jsquyres jsquyres changed the title Conform MPIR_Breakpoint to MPIR standard. v4.0.x: Conform MPIR_Breakpoint to MPIR standard. Sep 18, 2019
Copy link
Member

@jsquyres jsquyres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@awlauria I'm sorry, this is just the issue that won't die. 😦 Turns out that @rhc54 was right: this symbol is turning up as a public symbol in the ORTE library; we can't have an un-prefixed public symbol in the library. Can you make another PR for master to make the symbol start with orte_? Sorry...

$ nm ~/bogus2/lib/libopen-rte.so | grep noop
00000000002b3d00 B noop_mpir_breakpoint_ptr

Copy link
Member

@hppritcha hppritcha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per @jsquyres comment please fix symbol name

@awlauria
Copy link
Contributor Author

#6992

Signed-off-by: Austen Lauria <[email protected]>
(cherry picked from commit 7714468)
@gpaulsen
Copy link
Member

@hppritcha I think this is now ready to merge to v4.0.x. Do you concur?

@hppritcha hppritcha merged commit 265a47b into open-mpi:v4.0.x Sep 19, 2019
@awlauria awlauria deleted the fix_mpir_standard_v4.0.x branch March 17, 2022 17:24
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