You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the message you see is just a warning not an error. The warning just says that temporary arrays are created before passing them to the subroutine. Creating a lot of temporary arrays can be expensive. The real question is why we see all these warnings now and not before. And I think that's because the compiler flags are changed here:
"-check all" is more strict than the previous warning flags. I'm sure you will also see an increased number of runtime warnings in standalone upp runs. Check the stderr/stdout file in the regression test for example.
One way to avoid all these warnings is to either revert to old (current) compiler flags. or add "-check noarg_temp_created" after "-check all".
The inline post failed at ufs-weather-model debug mode (here).
The text was updated successfully, but these errors were encountered: