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

opal_check_attributes: fix __extension__ test #4743

Merged

Conversation

jsquyres
Copy link
Member

Per
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#index-_005f_005fextension_005f_005f,
use extension in a C statement that will actually verify if the
compiler supports it or not.

Signed-off-by: Jeff Squyres jsquyres@cisco.com

Per
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#index-_005f_005fextension_005f_005f,
use __extension__ in a C statement that will actually verify if the
compiler supports it or not.

Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
@jsquyres jsquyres added the bug label Jan 23, 2018
@jsquyres
Copy link
Member Author

Once this is merged in, this commit should be added to #4715 and #4716.

@jsquyres
Copy link
Member Author

@bwbarrett I don't see a failure in https://jenkins.open-mpi.org/jenkins/job/open-mpi.pull_request/1981/, but the PRBC CI here at github is claiming failure. Do you know what happened? Is it ok to merge?

@bwbarrett
Copy link
Member

@jsquyres for some reason, the Cray build aborted (not failed as in detected an error in the build, but aborted as in something happened to the builder or the build was killed by Jenkins). I can't find any reason for the abort, so it was probably builder going offline for some reason.

Looks like it got far enough in the build that this was a success; I'd merge.

@jsquyres jsquyres merged commit 5b0df81 into open-mpi:master Jan 24, 2018
@jsquyres jsquyres deleted the pr/extension-attribute-config-test-fix branch January 24, 2018 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants