NOAA-EMC / NCEPLIBS-bufr

The NCEPLIBS-bufr library contains routines and utilites for working with the WMO BUFR format.
Other
44 stars 19 forks source link

upgraded developer workflow to gcc-11/gfortran-11, also remove unneeded flag -fallow-invalid-boz #402

Closed edwardhartnett closed 1 year ago

edwardhartnett commented 1 year ago

Part of #300 Fixes #403

edwardhartnett commented 1 year ago

OK, funny thing is that switching to gcc-12/gfortran-12 causes gcovr to break. @GeorgeGayno-NOAA are you running your developer CI with gcc-12/gfortran-12? If so, that could explain the gcovr problem you've seen...

GeorgeGayno-NOAA commented 1 year ago

OK, funny thing is that switching to gcc-12/gfortran-12 causes gcovr to break. @GeorgeGayno-NOAA are you running your developer CI with gcc-12/gfortran-12? If so, that could explain the gcovr problem you've seen...

Looks like we are using mpifort/mpicc: https://github.com/ufs-community/UFS_UTILS/blob/develop/.github/workflows/developer.yml#L28