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

Bug fix for unit conversion error in ccpp_prebuild.py (variables that are slices of a n+1 dimensional array have wrong allocation) #600

Merged

Commits on Oct 9, 2024

  1. Minor updates in test_prebuid/test_blocked_data,test_chunked_data}: f…

    …ix wrong name of subroutines in diagnostic error messages, set thread number and thread counter to safe values when running over the entire domain
    climbfuji committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c847e9c View commit details
    Browse the repository at this point in the history
  2. Add test_prebuild/test_unit_conv for testing unit conversions for act…

    …ive and conditionally-allocated variables
    climbfuji committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c628acd View commit details
    Browse the repository at this point in the history
  3. In scripts/mkcap.py: always declare host model variables as 'target' …

    …so that pointers can reference them, their children, or slices of their arrays
    climbfuji committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bc78391 View commit details
    Browse the repository at this point in the history
  4. Bug fix in scripts/mkstatic.py: define dim_string_allocate so that te…

    …mporary (group cap) variables of rank n that correspond to a slice of an n+1 dimensional array have the right dimensions in the assigment calls and subroutine call list
    climbfuji committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    02b9393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c8b604 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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