-
Notifications
You must be signed in to change notification settings - Fork 375
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
FATES SatPhen test failing with GNU compiler #4755
Comments
I've got a couple tests queued up on Cori to try and replicate it. Hopefully I'll have some insight into this soon. |
@peterdschwartz I can confirm I'm seeing a similar failure on Cori using the gnu compiler. @rgknox I think I've figured out the issue. I'll post a new issue on the fates repo once I have it nailed down. It looks like it'll be all on the fates side, so maybe we can get it in with the next elm-fates API update. |
@glemieux Can you verify that the cases on cori pass if you run them in debug mode? We may be able to modify the test on mappy to use debug mode while waiting for the fates update so that the testing dashboard is clean. |
@peterdschwartz yes I'm seeing the same thing: if I run with the gnu compiler in debug the test will pass. |
… next (PR #4777) This set of changes brings E3SM into compatability with FATES API 21, and updates the pointer to tag: sci.1.53.0_api.21.0.0. Recent API changes accomodate an overhaul to FATES history variables (including new testdef definitions on E3SM side), passing of canopy snow fraction to FATES, and accomodation of history reporting of variable LAI bin widths in FATES. Fixes Issue #4755 and Fixes Issue #4816 [non-BFB] for FATES tests
…4777) This set of changes brings E3SM into compatability with FATES API 21, and updates the pointer to tag: sci.1.53.0_api.21.0.0. Recent API changes accomodate an overhaul to FATES history variables (including new testdef definitions on E3SM side), passing of canopy snow fraction to FATES, and accomodation of history reporting of variable LAI bin widths in FATES. Fixes Issue #4755 and Fixes Issue #4816 [non-BFB] for FATES tests
The new SMS_Ld30.f45_f45.IELMFATES.mappy_gnu.elm-fates_satphen (from PR #4669 ) test is failing. I replicated it on chrysalis using the gnu compiler. The FAIL goes away if optimizations are disabled.
@glemieux @rgknox
The text was updated successfully, but these errors were encountered: