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

Set correct no bounds check for Intel and gfortran only for Debug build #219

Merged
merged 3 commits into from
Jan 25, 2024

Commits on Jan 24, 2024

  1. Set correct no bounds check for Intel and gfortran and only for Debug…

    … build.
    
    Older versions of gfortran don't accept "-fcheck=no-bounds" but do accept
    "-fno-bounds-check" even though the later form is deprecated.
    timcera committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d84ebe0 View commit details
    Browse the repository at this point in the history
  2. Use foreach loop.

    timcera committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f98cd41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9004b0a View commit details
    Browse the repository at this point in the history