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

FMS1: Don't create IO domains for single-PE domain #1522

Merged
merged 2 commits into from
Oct 25, 2021

Commits on Oct 14, 2021

  1. FMS1: Don't create IO domains for single-PE domain

    FMS mpp domain creation is done in the `clone_MD_to_d2D` function, and
    currently an IO domain is always created within the MPP domain.
    
    This has caused problems with single-PE runs in FMS1, where the
    `write_field` logic was not able to reach the part which removes halo
    data if an IO domain was present, and halo data was being written to the
    restart files.
    
    This issue arose when `PARALLEL_RESTARTFILES` was set to `True` for
    single-PE tests.
    
    This does not appear to be a problem with FMS2, and no action is needed
    by the FMS team.
    marshallward committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    8e5a1b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    2f91303 View commit details
    Browse the repository at this point in the history