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

Only use old C-style comments in public headers #12811

Closed
wants to merge 1 commit into from

Conversation

devreal
Copy link
Contributor

@devreal devreal commented Sep 11, 2024

MPI itself does not require C99 or later so we should provide header files that compile with legacy compilers.

Fixes #12710

MPI itself does not require C99 or later so  we should provide header
files that compile with legacy compilers.

Signed-off-by: Joseph Schuchart <[email protected]>
@bonachea
Copy link

Fixed upstream

@jsquyres
Copy link
Member

@lrbison @devreal We should take the new copy -- wholesale -- from upstream.

I meant to file a PR about this over this past weekend but didn't get to it.

If someone could update this PR to just get a new copy from upstream (and also remove the now-superflouous #define's in opal_portable_platform.h), that would be awesome.

@jsquyres
Copy link
Member

jsquyres commented Sep 28, 2024

Hey @devreal -- I worked with the gasnet team upstream to get the needed fixes put in there (https://bitbucket.org/berkeleylab/gasnet/pull-requests/543), and then, as an alternative to this PR, I made #12829 here to pull in the new version of portable_platform from upstream at gasnet.

@devreal @lrbison Could you have a look at #12829? Thanks!

@devreal
Copy link
Contributor Author

devreal commented Sep 28, 2024

Replaced by #12829

@devreal devreal closed this Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants