-
Notifications
You must be signed in to change notification settings - Fork 314
mpl: Improved check for AVX/AVX512F support #7699
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
|
test:mpich/ch4/most |
|
This does resolve the issue, but perhaps the compiler warning check for |
I agree |
PAC_C_CHECK_COMPILER_OPTION checks for warning messages, but those can be silenced by the user e.g. with clang's -Qunused-arguments. Try to compile a simple program using the extensions needed by MPL for a more robust test for this functionality.
|
test:mpich/ch4/most |
hzhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
|
Do you have an ETA for the RC2, please? |
I think today? cc @hzhou |
Oops. I'll do it this weekend |
Pull Request Description
PAC_C_CHECK_COMPILER_OPTION checks for warning messages, but those can
be silenced by the user e.g. with clang's -Qunused-arguments. Try to
compile a simple program using the extensions needed by MPL for a more
robust test for this functionality.
Author Checklist
Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
Commits are self-contained and do not do two things at once.
Commit message is of the form:
module: short descriptionCommit message explains what's in the commit.
Whitespace checker. Warnings test. Additional tests via comments.
For non-Argonne authors, check contribution agreement.
If necessary, request an explicit comment from your companies PR approval manager.