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

Upgrade MPAS to version 8.2.1 #288

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    d68c35e View commit details
    Browse the repository at this point in the history
  2. Support MPAS version 8.2.1 in subdriver

    Additionally, MPI Fortran 2008 interface is now supported through the `mpi_f08`
    module. It can be enabled by defining the `MPAS_USE_MPI_F08` macro in
    `CPPFLAGS`.
    kuanchihwang committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    eebbb4b View commit details
    Browse the repository at this point in the history
  3. Set the git version string of MPAS to a more descriptive value

    Before, it would always show "N/A" in the log, which is not very helpful.
    
    Now, if the git submodule of MPAS is aligned at a tag, it will just show the tag
    name (e.g., "v8.2.1"). Otherwise, if the git submodule of MPAS is not aligned at
    a tag, it will show the nearest tag name, the number of commits after that tag
    and the abbreviated commit hash (e.g., "v8.0.1-54-ged6f8e39e").
    kuanchihwang committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    35ca3b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de20b97 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Remove unused operator

    kuanchihwang committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7e059d1 View commit details
    Browse the repository at this point in the history