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

Downgrade F2018 requirement to F2003 (NVHPC support) #346

Merged
merged 8 commits into from
Jun 5, 2023

Commits on Jun 3, 2023

  1. Support for Fortran 2003 (down from 2018)

    Changing the declaration of arrays from dimension(..) (an F2018
    feature) to dimensio(*) seems to preserve the same functionality
    and enable compilers like Nvidia's which only have support up to
    F2003 to compile SmartRedis. All tests pass
    ashao committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    571e84c View commit details
    Browse the repository at this point in the history
  2. Add nvhpc to github CI

    ashao committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e836cfb View commit details
    Browse the repository at this point in the history
  3. Revert "Add nvhpc to github CI"

    This reverts commit c6b1694.
    ashao committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    30f9433 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    ashao committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    926456a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c15825 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aaf8e2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbd86de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2412a9a View commit details
    Browse the repository at this point in the history