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

Bug fix for FMS2 issue #761, broadcast from root pe #1462

Merged
merged 4 commits into from
Aug 11, 2021

Commits on Jul 12, 2021

  1. Bug fix for FMS2 issue mom-ocean#761, broadcast from root pe

    - This addresses the FMS issue $761
    NOAA-GFDL/FMS#761
    
    - There is a mpp_broadcast in the FMS2 subroutine
    get_unlimited_dimension_name() and this subroutine has to be called by
    all pes, so it cannot be inside a if(is_root_pe()) block
    nikizadehgfdl committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    b9075a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Restrict printing warning message to root pe

    - This is restricting the warning message in MOM_restart.F90 to root pe
    per Bob.
    nikizadehgfdl committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c108379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906f8af View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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