Skip to content
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

inline post issue at restart runs with gnu compiler #320

Closed
junwang-noaa opened this issue May 28, 2021 · 1 comment
Closed

inline post issue at restart runs with gnu compiler #320

junwang-noaa opened this issue May 28, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@junwang-noaa
Copy link
Collaborator

junwang-noaa commented May 28, 2021

Description

The GFS restart run failed with gnu compiler. The error is reported in post_gfs.F90 where the association of a pointer needs to be checked before get the size of the pointer. An fix is required to make the code run with gnu compiler.

To Reproduce:

What compilers/machines are you seeing this with? GNU compiler
Give explicit steps to reproduce the behavior.

  1. Run the control restart test with gnu compiler and with inline post turned on
  2. The run failed with error:
    144: Backtrace for this error:
    144: #0 0x2ad93029744f in ???
    144: Update FV3atm/develop with changes from gmtb/develop as of 2019/10/16 #1 0x13aca47 in __post_gfs_MOD_post_run_gfs
    144: at /scratch1/NCEPDEV/nems/Jun.Wang/nems/vlab/20210519/gnu/ufs-weather-model/FV3/io/post_gfs.F90:161

Additional context

Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.

  • needed for noaa-emc/fv3atm/pull/<pr_number>

Dependent PRs:

Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.

@junwang-noaa junwang-noaa added the bug Something isn't working label May 28, 2021
@junwang-noaa
Copy link
Collaborator Author

The issue is fixed in fv3atm PR#321, close issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant