issues
search
GEOS-ESM
/
ESMA-Baselibs
Base Libraries for the GEOS ESM
Apache License 2.0
1
stars
10
forks
source link
Backport fixes from v8 baselibs
#234
Closed
mathomp4
closed
1 month ago
mathomp4
commented
1 month ago
Fixed
Building with GCC 14 + MPT on PFE showed the need to use
mpif08
when building HDF5. So, if
mpif08
is detected with MPT, we use it as
MPIFC
If not building internal curl, we set
--disable-byterange
with netCDF
Changed
Add new
BUILD=MAPL
to build only libraries needed for MAPL
Added
nccmp
to the essential libraries (and MAPL)
Added
Added GitHub action to build a MAPL tarball
Fixed
mpif08
when building HDF5. So, ifmpif08
is detected with MPT, we use it asMPIFC
--disable-byterange
with netCDFChanged
BUILD=MAPL
to build only libraries needed for MAPLnccmp
to the essential libraries (and MAPL)Added