Skip to content

update CI workflows to gnu 15 image#1849

Merged
rem1776 merged 34 commits intomainfrom
gnu-15-ci
Apr 13, 2026
Merged

update CI workflows to gnu 15 image#1849
rem1776 merged 34 commits intomainfrom
gnu-15-ci

Conversation

@rem1776
Copy link
Copy Markdown
Contributor

@rem1776 rem1776 commented Mar 12, 2026

Description
Updates the CI image to use a new stack with gnu 15.1.0 and updated versions for netcdf (4.9.3 c/ 4.6.2 fortran), hdf5 (1.14.6), and mpich (4.3.2).

Arm/spack can't seem to build gcc 15.1.0, so for now I just rebuilt the old image on arm with an updated cmake for nvidia support.

There's some other CI changes as well, the workflows were updated for more uniform naming scheme and they will have less output, just showing failed tests and uploading the full log on failures.

This also includes a couple fixes to better support openmpi, which mostly means adding fms_end calls in tests to close out mpi correctly and adjusting the build systems to allow for a different --oversubscribe flag.

How Has This Been Tested?
CI

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • New check tests, if applicable, are included
  • make distcheck passes

rem1776 and others added 24 commits December 29, 2025 11:52
Added log upload step for distcheck failures.
@rem1776 rem1776 marked this pull request as ready for review March 13, 2026 17:10
@rem1776 rem1776 marked this pull request as draft March 13, 2026 17:17
@rem1776 rem1776 marked this pull request as ready for review April 9, 2026 20:57
Copy link
Copy Markdown
Contributor

@uramirez8707 uramirez8707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thanks for the update, Ryan.

DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }} ${{ matrix.io-flag }}"
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flag }} ${{ matrix.input-flag }}"
DEBUG_FLAGS: "-O0 -g -fbounds-check -ffpe-trap=invalid,zero,overflow" # debug compiler flags taken from the mkmf template
# diag manager openmp + logical mask tests fail with gcc, these are reproducible outside the CI
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you open up an issue for this so we can track it and fix it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i thought we had one open already, but i guess not.

@rem1776 rem1776 merged commit 734eb8c into main Apr 13, 2026
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants