-
Couldn't load subscription status.
- Fork 928
configury: harden IGNORE_TKR check #12707
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
configury: harden IGNORE_TKR check #12707
Conversation
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 5660c69: configury: harden IGNORE_TKR check
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
5660c69 to
194d8a5
Compare
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 194d8a5: configury: harden IGNORE_TKR check
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
|
:bot:retest |
|
bot:aws:retest |
NVIDIA HPC Compiler (e.g. nvfortran) incorrectly selected the GCC style pragmas to support IGNORE_TKR. Harden the test by mimicking exactly the mpi f08 bindings in order to fix that false positive. Thanks Chris Parrot for the report. Refs. open-mpi#11582 Signed-off-by: Gilles Gouaillardet <[email protected]> bot:notacherrypick (back-ported from commit 600df6a)
194d8a5 to
903055c
Compare
|
Odd... I updated the PR to fix not sure why other branches were happy though... |
|
@ggouaillardet is there a reason this PR is still in draft? Is it ready / can we close it? |
|
#12861 (and backports if any) addressed the issue, I am closing this PR. |
NVIDIA HPC Compiler (e.g. nvfortran) incorrectly selected the GCC style pragmas to support IGNORE_TKR. Harden the test by mimicking exactly the mpi f08 bindings in order to fix that false positive.
Thanks Chris Parrot for the report.
Refs. #11582
Signed-off-by: Gilles Gouaillardet [email protected]
bot:notacherrypick
(back-ported from commit 600df6a)