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

Fixes to support Intel Fortran #10

Merged
merged 3 commits into from
Apr 14, 2021
Merged

Fixes to support Intel Fortran #10

merged 3 commits into from
Apr 14, 2021

Commits on Apr 11, 2021

  1. Use separate TBP for retrieving unlimited polymorphics

    To avoid an ambiguous generic interface as identified by ifort
    LKedward committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    26dee03 View commit details
    Browse the repository at this point in the history
  2. Remove association check in test_container

    Checking specific association of unlimited polymorphic pointers doesn't appear to be possible. (gfortran and Intel have differing behaviour here)
    LKedward committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    5e17da7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed6aa9a View commit details
    Browse the repository at this point in the history