Replace gcc 12 with gcc 15 in the GitHub action that builds HEMCO on MacOS#346
Merged
yantosca merged 1 commit intodev/3.12.0from Nov 19, 2025
Merged
Replace gcc 12 with gcc 15 in the GitHub action that builds HEMCO on MacOS#346yantosca merged 1 commit intodev/3.12.0from
yantosca merged 1 commit intodev/3.12.0from
Conversation
.github/workflows/mac.yml - Removed GCC version 12 from the MacOS C-I test, as this seems to be no longer available on HomeBrew CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
msulprizio
approved these changes
Nov 19, 2025
Contributor
Author
|
All GEOS-Chem Classic integration tests passed: ==============================================================================
GEOS-Chem Classic: Execution Test Results
CodeDir : 33d6725 GEOS-Chem update: Merge PR #3131 (Fix vertical flipping for C720)
GEOS-Chem : a3a795878 Merge PR #3131 (Fix vertical flipping of GEOS-FP C720 met fields)
HEMCO : 43ad195 Merge PR #346 (Replace gcc 12 w/ gcc 15 in Mac GitHub Action )
Cloud-J : 1dff6fe Merge pull request #31 from geoschem/release/8.0.2
HETP : 2a99b24 Merge pull request #2 from geoschem/bugfix/initialize_local_variables
Using 24 OpenMP threads
Number of execution tests: 38
Submitted as SLURM job: 50500422
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%All GEOS-Chem Classic tests were zero-diff w/r/t
All GCHP integration tests passed: ==============================================================================
GCHP: Execution Test Results
CodeDir : fb61897 Merge PR #529 (Fix vertical flipping c720 fields with processed met)
MAPL : d1d528e5 Merge pull request #39 from geoschem/feature/mapl_2.55.0
GMAO_Shared : 4ddb3ec Merge pull request #2 from geoschem/feature/mapl-upgrade
ESMA_cmake : bd401dc Merge pull request #8 from yuanjianz/gchp/main
FMS : 259759d Merge pull request #3 from geoschem/feature/update_gmao_libs
FVdycoreCubed : 348620f Merge PR #11 (Scale tracers by pressure ratio in first timestep)
geos-chem : a3a795878 Merge PR #3131 (Fix vertical flipping of GEOS-FP C720 met fields)
HEMCO : 43ad195 Merge PR #346 (Replace gcc 12 w/ gcc 15 in Mac GitHub Action )
Cloud-J : 1dff6fe Merge pull request #31 from geoschem/release/8.0.2
HETP : 2a99b24 Merge pull request #2 from geoschem/bugfix/initialize_local_variables
GFE : bac529f Merge pull request #40 from Goddard-Fortran-Ecosystem/feature/mathomp4/update-gftl-1.15.2
Number of execution tests: 12
Submitted as SLURM job: 50500140
==============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% All execution tests passed! %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%All GCHP tests were zero-diff w/r/t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Describe the update
This PR does updates the GitHub Actions configuration file
.github/workflows/mac.ymlto remove GNU Compiler Collection version 12 (which may no longer be available on HomeBrew) and to replace it with GNU Compiler Collection 15.Not being able to access GNU Compiler Collection 12 was causing the Mac GitHub action to fail.
Expected changes
This will eliminate the failed GitHub Action on Mac.