mpich
mpich copied to clipboard
configure: MPID_NO_FLOAT16 is worked.
Pull Request Description
MPID_NO_FLOAT16 is not worked now. This PR fixed if MPID_NO_FLOAT16 is set, MPIX_C_FLOAT16 is not set.
Author Checklist
- [x] Provide Description Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
- [x] Commits Follow Good Practice
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. - [] Passes All Tests Whitespace checker. Warnings test. Additional tests via comments.
- [x] Contribution Agreement For non-Argonne authors, check contribution agreement. If necessary, request an explicit comment from your companies PR approval manager.
We should move https://github.com/pmodels/mpich/blob/68a6cd0b3e63914e55ac0f4e33d8abbe7f4fb904/configure.ac#L2921 into https://github.com/pmodels/mpich/blob/68a6cd0b3e63914e55ac0f4e33d8abbe7f4fb904/configure.ac#L2767-L2779