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

Remove extra subroutine for all_reduce_min_max in mpi utilites #766

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Removing an unneeded subroutine broadcast_minmax from the mpi_utilies…

    … files (mpi_utilities_mod.f90, mpif08_utilities_mod.f90, null_mpi_utilities_mod.f90); reverting to the original name all_reduce_min_max as this is accurate to the content of the subroutine
    mjs2369 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a83943e View commit details
    Browse the repository at this point in the history
  2. Changing calls to broadcast_minmax to call all_reduce_min_max in FESO…

    …M and mpas_atm model_mods
    mjs2369 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    69ff3c9 View commit details
    Browse the repository at this point in the history