Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3381 +/- ##
=======================================
Coverage 99.95% 99.95%
=======================================
Files 387 387
Lines 54315 54315
=======================================
Hits 54293 54293
Misses 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Not sure why ITs are failing now, unless I didn't push things correctly but they worked for me on Rupert now on the failing case. |
|
Looks like there's a few issues currently with LFRic 3.1 Signal 11 errors for NVHPC nvhpc fails for GPU run - namelist error Looks like there's some other namelist related error(s)(?) with NVHPC. I looked at the code that must be getting to the relevant point, and it shouldn't be possible to get to with the gungho example: The namelist specificies lbc_option = 'none' and use_physics = .false., so it should never call |
|
So the problem is not The problem is In the past we had issues as nvfortran did not interpret booleans in the namelist the same way as gnu was doing, specially the '.True.' vs a 'T' character, vs a '1' has differences between compilers. Can you check if any of the variables in the conditional come from namelist values and what format they have? If they are 0/1, you can try using the |
Yeah. The input has |
Will run CI and check no issues are caused.
Corresponding fork PRs:
stfc/lfric_core#3
stfc/lfric_apps#3