mpich icon indicating copy to clipboard operation
mpich copied to clipboard

configure: MPID_NO_FLOAT16 is worked.

Open tkameyama opened this issue 4 years ago • 1 comments

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 description Commit 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.

tkameyama avatar Mar 29 '21 05:03 tkameyama

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

hzhou avatar Mar 29 '21 13:03 hzhou