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

bugfix: dockerfile build and CI error reporting #494

Merged
merged 9 commits into from
Aug 9, 2024

Commits on Aug 2, 2024

  1. Installing OpenMPI, fixing ENV and LABEL warnings, splitting some com…

    …mands into multiple RUN statements for quicker debugging by making the failing step easier to find
    
    Installing ccmake in cmake-curses-gui fixes some CMake issues that were occurring, unsure why. Changing venv install location, old one wasn't working. Python packages needed to be updated. Switching to parallel builds. Make sure python package f90nml can be found in paths
    scrasmussen committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    59d82e9 View commit details
    Browse the repository at this point in the history
  2. Changing Fortran stop statements to error stop statements. Adding git…

    …hub actions flag to run_scm.py so it will stop on first error
    scrasmussen committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d2a41d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae78792 View commit details
    Browse the repository at this point in the history
  4. Print summary of failed cases and exit it with an error if a failed c…

    …ases exists
    
    Continue docker run so report of all failed tests gets produced.
    scrasmussen committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f935b13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b394f93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a54e8d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    4288c2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2447bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ebb17 View commit details
    Browse the repository at this point in the history