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
Provide a clear and concise description of the requested feature/capability.
From NCO SPA: During the HAFS v1.0 code stability test, to recompile HAFS code with ‘-check all’ and ‘-ftrapuv’ flag, or using "-check bounds" only.
The code stability test of exec/hafs_post.x failed in either with ‘-check all’ or "-check bounds". Please investigate this failure and address it at the next upgrade.
Here are the detailed info -
/lfs/h1/ops/test/packages/hafs.v1.0.3/sorc.chkall - builds with '-check all'
/lfs/h1/ops/test/packages/hafs.v1.0.3/exec.chk.all - exec with '-check all'/lfs/h1/ops/test/packages/hafs.v1.0.3/sorc.chk.bounds - builds with '-check bounds'
/lfs/h1/ops/test/packages/hafs.v1.0.3/exec.chk.bounds - exec with '-check bounds'
Failed with '-check all' -
/lfs/h1/ops/test/output/20230606/hfsa7_atm_init_06_NHC_15E_NEWTON_2022092306.o61171911
hfsa1_atm_init_12_v1.0.1.o66594031 -
forrtl: error (72): floating overflow
Image PC Routine Line Source
hafs_post.x 000000000227635B Unknown Unknown Unknown
Stack trace terminated abnormally.
failed with '-check bounds' -
/lfs/h1/ops/test/output/20230612/hfsa1_atm_init_fgat03_00_NHC_09L_IAN_2022092400.o62802993, hfsa1_atm_init_fgat06_00_NHC_09L_IAN_2022092400.o62802999, hfsa1_atm_init_fgat09_00_NHC_09L_IAN_2022092400.o62802994
forrtl: error (72): floating overflow
Image PC Routine Line Source
hafs_post.x 00000000020A0E4B Unknown Unknown Unknown
Proposed solution
How should the new feature/capability be added? If you have thoughts on the implementation strategy, please share them here.
Status (optional)
Do you (or a colleague) plan to work on adding this feature?
Related to (optional)
Directly reference any related issues or PRs in this or other repositories, and describe how they are related. Examples:
fixed by hafs-community/hafs/pull/<pr_number>
The text was updated successfully, but these errors were encountered:
The debug built hafs_post.x executable went through for the bugzilla failed cycle. It indicates that the issue has been resolved with the new version of UPP.
Description
Provide a clear and concise description of the requested feature/capability.
From NCO SPA: During the HAFS v1.0 code stability test, to recompile HAFS code with ‘-check all’ and ‘-ftrapuv’ flag, or using "-check bounds" only.
The code stability test of exec/hafs_post.x failed in either with ‘-check all’ or "-check bounds". Please investigate this failure and address it at the next upgrade.
Here are the detailed info -
/lfs/h1/ops/test/packages/hafs.v1.0.3/sorc.chkall - builds with '-check all'
/lfs/h1/ops/test/packages/hafs.v1.0.3/exec.chk.all - exec with '-check all'/lfs/h1/ops/test/packages/hafs.v1.0.3/sorc.chk.bounds - builds with '-check bounds'
/lfs/h1/ops/test/packages/hafs.v1.0.3/exec.chk.bounds - exec with '-check bounds'
Failed with '-check all' -
/lfs/h1/ops/test/output/20230606/hfsa7_atm_init_06_NHC_15E_NEWTON_2022092306.o61171911
hfsa1_atm_init_12_v1.0.1.o66594031 -
forrtl: error (72): floating overflow
Image PC Routine Line Source
hafs_post.x 000000000227635B Unknown Unknown Unknown
Stack trace terminated abnormally.
failed with '-check bounds' -
/lfs/h1/ops/test/output/20230612/hfsa1_atm_init_fgat03_00_NHC_09L_IAN_2022092400.o62802993, hfsa1_atm_init_fgat06_00_NHC_09L_IAN_2022092400.o62802999, hfsa1_atm_init_fgat09_00_NHC_09L_IAN_2022092400.o62802994
forrtl: error (72): floating overflow
Image PC Routine Line Source
hafs_post.x 00000000020A0E4B Unknown Unknown Unknown
Proposed solution
How should the new feature/capability be added? If you have thoughts on the implementation strategy, please share them here.
Status (optional)
Do you (or a colleague) plan to work on adding this feature?
Related to (optional)
Directly reference any related issues or PRs in this or other repositories, and describe how they are related. Examples:
The text was updated successfully, but these errors were encountered: