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

Workaround for Cray compiler bug involving NULL() intrinsic #1560

Closed
wants to merge 2 commits into from

Commits on Jul 26, 2024

  1. Workaround for Cray compiler bug

    A workaround has been introduced for a bug in the Cray compiler, where the
    NULL() intrinsic fails to return a pointer of the correct type. Rather than
    using NULL() directly as a subroutine argument, it is assigned to a variable
    which is passed to the subroutines.
    Jesse Lentz authored and Jesse Lentz committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1b8ba22 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. empty commit to trigger ci workflow

    rem1776 authored and rem1776 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    0974ccb View commit details
    Browse the repository at this point in the history