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
Describe the bug
Running with the gnu on the NCEP machine hercules with updates from PR #1145 exposes some likely uninitialized variables due to the way uninitialized variables are defined here versus with other compilers and machines. We can therefore use this output to address these issues here. Most are mod_def files and since most output is identical, it's likely that these are non-issues, but it's always good to address these issues.
To Reproduce
Run matrix with gnu on hercules twice, and compare output.
Expected behavior
We should only have the known non-b4b differences.
JessicaMeixner-NOAA
changed the title
Hercules GNU has many additional non-b4b tests
Hercules and Hera GNU have many additional non-b4b tests
Mar 28, 2024
Describe the bug
Running with the gnu on the NCEP machine hercules with updates from PR #1145 exposes some likely uninitialized variables due to the way uninitialized variables are defined here versus with other compilers and machines. We can therefore use this output to address these issues here. Most are mod_def files and since most output is identical, it's likely that these are non-issues, but it's always good to address these issues.
To Reproduce
Run matrix with gnu on hercules twice, and compare output.
Expected behavior
We should only have the known non-b4b differences.
Screenshots
Here's the full output:
HerculesGNUvitself.matrixCompFull.txt
HerculesGNUvitself.matrixCompSummary.txt
HerculesGNUvitself.matrixDiff.txt
Additional context
So far all issues found are uninitialized variables that are not used.
The text was updated successfully, but these errors were encountered: