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

add complex return detection for nvfortran #765

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2023

  1. add complex return detection for nvfortran

    historically, PGI->NVHPC Fortran has used the Intel convention.
    this is true on x86_64 and ppc64le, and has been true on aarch64.
    however, starting with the 23.9 release, on the aarch64 platform,
    nvfortran will switch to the gfortran convention.
    
    this patch adds the appropriate logic to configure.
    this patch has not been tested at all.  i am relying on CI for that.
    
    Signed-off-by: Jeff Hammond <[email protected]>
    jeffhammond committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f341c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f59778 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. ppc64le is gnu not intel

    jeffhammond committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    40a72e0 View commit details
    Browse the repository at this point in the history