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 copy of state into mpi window #735

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

remove copy of state into mpi window #735

wants to merge 6 commits into from

Commits on Sep 10, 2024

  1. test harness for window code

    using external fortran-testanything
    model_mod.f90 is in the work directory. This is a lazy move to avoid fiddling with EXTRA in quickbuild.sh
    
    for issue #718
    hkershaw-brown committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9d0f897 View commit details
    Browse the repository at this point in the history
  2. feat: window without a copy of the data

    mpi version with all of %copies in the window
    mpif08 version with all of %copies in the window
    null_mpi_utilities_mod.f90 version with matchin arguments to the mpi version (does nothing)
    
    fixes #718
    hkershaw-brown committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7d46eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a27ec View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. remove cray_win_mod

    The cray window mod was originally added because not all compilers/
    mpi implemenations (mpi 2.0) supported mpi windows without using
    cray pointers. The cray_win_mod has not been compiled into dart for
    several years, and support for mpi windows has improved (mpi 3.0)
    hkershaw-brown committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    519cda8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 30, 2024

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