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

Merge parallel into main #211

Merged
merged 5 commits into from
Oct 1, 2024
Merged

Merge parallel into main #211

merged 5 commits into from
Oct 1, 2024

Commits on Sep 16, 2024

  1. feat(train): distinct F18/F23 locality branches

    This commit defines macros F2018_LOCALITY and F2023_LOCALITY that
    are used to swap code between the first two of what are now three
    options for `do concurrent` locality:
    1. Fortran 2018 locality: no reduce locality
    2. Fortran 2023 locality: local and reduce locality
    3. No locality.
    where the compiler version determines which option is chosen.
    rouson committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e914597 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fix(train): don't use local-spec with flang-new

    A flang-new compiler error currently prevents use of a do-concurrent
    local-spec.
    rouson committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    fd42d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0585c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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