MAPL 2.40.0 #2261
mathomp4
announced in
Announcements
MAPL 2.40.0
#2261
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This minor release of MAPL includes many new features as well as new requirements for building.
The main new feature is the ability of ExtData to now fill variables on MAPL "tile" grids as well as the ability for
ExtDataDriver.x
to run on "tile" grids.Also, with this version of MAPL, we now require ESMF 8.5.0 because MAPL has now replaced yaFyaml for YAML support with ESMF_HConfig. Per the release notes:
Note that MAPL 2.40 now has new requirements for building. MAPL now requires:
-DBUILD_WITH_FARGPARSE=YES
, default=YES
)-DBUILD_WITH_PFLOGGER=YES
, default=YES
)Of these, only ESMF and gFTL-shared are hard "code will not build" requirements. However, the other GFE libraries minimum versions were updated to latest versions to capture bugfixes.
Also, since we now use ESMF_Hconfig for YAML support in MAPL, yaFyaml is no longer used. Likewise, we have deprecated FLAP use and by default
BUILD_WITH_FLAP
isNO
.The libraries this version of MAPL is currently tested with are below. (No change since last release of MAPL)
-DBUILD_WITH_FARGPARSE=YES
, default=YES
)-DBUILD_WITH_PFLOGGER=YES
, default=YES
)-DBUILD_WITH_FLAP=YES
, default=NO
)Also, if you build with
-DUSE_F2PY=ON
, you will need:We recommend most external users set
-DUSE_F2PY=OFF
From
CHANGELOG.md
Added
ESMF.rc
file to pass in pre-ESMF_Initialize
options to ESMF (see ESMF Docs for allowed flags.ESMF.rc
Changed
components.yaml
to use Baselibs 7.14.0build.csh
QUIET_DEBUG
flagFindESMF.cmake
file tocmake
directory (as it can't easily be found via spack)CMAKE_MODULE_PATH
append statement up to findFindESMF.cmake
before wefind_package(ESMF)
BUILD_WITH_FLAP
toOFF
as we don't build it in spack-DBUILD_WITH_FLAP=ON
as GEOSadas is still behind in moving to use fArgParseFixed
Deprecated
What's Changed
New Contributors
Full Changelog: v2.39.7...v2.40.0
This discussion was created from the release MAPL 2.40.0.
Beta Was this translation helpful? Give feedback.
All reactions