Skip to content

master: portals4: fix include ordering and blocking #8913

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

Conversation

tkordenbrock
Copy link
Member

@tkordenbrock tkordenbrock commented May 3, 2021

After running clang-format in #8647 and #8816, the portals4.h header was moved after the Portals4 component includes which caused compilation failures. This PR reorders the headers to be correct and puts portals4.h in its own header block before the Portals4 component headers.

This PR fixes the ordering in portals4-btl and preemptively fixes portals4-mtl, portals4-coll and portals4-osc. Our clang-format configuration only reorders within header blocks so the headers should stay in the correct order when clang-format is run on the ompi hierarchy.

@tkordenbrock
Copy link
Member Author

tkordenbrock commented May 3, 2021

@hjelmn I put the OPAL and OMPI commits in one PR. Would rather that I split out the OMPI commits and submit them as a PR against #8816?

@tkordenbrock tkordenbrock changed the title fix include ordering and blocking master: fix include ordering and blocking May 3, 2021
@tkordenbrock tkordenbrock changed the title master: fix include ordering and blocking master: portals4: fix include ordering and blocking May 3, 2021
@tkordenbrock
Copy link
Member Author

No longer relevant. Closing...

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.

1 participant