MAPL 2.31.0 #1837
mathomp4
announced in
Announcements
MAPL 2.31.0
#1837
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release of MAPL has many new features and updates including:
to make sure the netCDF library was compiled with support. This test uses
NETCDF_INCLUDE_DIRS
and as suchwithin GEOS requires the use of ESMA_cmake v3.20.0 or later to (possibly) succeed.
The libraries this version of MAPL has been tested with are below.
-DBUILD_WITH_PFLOGGER=YES
)-DUSE_EXTDATA2G=YES
)-DBUILD_WITH_FLAP=YES
)In order to use the new netCDF quantize support in MAPL, you need to use the equivalent to Baselibs 7.7.0 (which MAPL and GEOS will soon move to):
-DBUILD_WITH_PFLOGGER=YES
)-DUSE_EXTDATA2G=YES
)-DBUILD_WITH_FLAP=YES
)From
CHANGELOG.md
Fixed
Added
NetCDF4_get_var.H
to print out file if there are error getting variablesto make sure the netCDF library was compiled with support. This test uses
NETCDF_INCLUDE_DIRS
and as suchwithin GEOS requires the use of ESMA_cmake v3.20.0 or later to (possibly) succeed.
Changed
NETCDF_INCLUDE_DIRS
used in the quantize support testuse
statements inExtDataGridCompNG.F90
. This seemed to let this new quantize support build with Intelnbits
internally to benbits_to_keep
. Note that externally, you still usenbits:
inHISTORY.rc
What's Changed
Full Changelog: v2.30.3...v2.31.0
This discussion was created from the release MAPL 2.31.0.
Beta Was this translation helpful? Give feedback.
All reactions