v2.46.0 #2821
mathomp4
announced in
Announcements
v2.46.0
#2821
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 fixes for non-Baselibs (aka Spack) builds of MAPL. With MAPL 2.44 and 2.45 spack builds were broken due to odd CMake issues.
With this release,
spack install mapl
will work again (once the spack mapl package is updated). Note that spack builds of MAPL 2.46 require building with ESMF 8.6.1 at least. (ESMF 8.6.1b04 also works).Baselibs builds of MAPL (and GEOSgcm) do not have any issues and all testing shows this to be zero-diff to MAPL 2.45
This version of MAPL was tested with:
ifx
does not yet work)The libraries this version of MAPL is currently tested with are below. NOTE: Changes here from MAPL 2.44 and earlier, namely GFE
-DBUILD_WITH_FARGPARSE=YES
, default=YES
)-DBUILD_WITH_PFLOGGER=YES
, default=YES
)Also, if you build with Baselibs and/or
-DUSE_F2PY=ON
, you should use:We recommend most external users set
-DUSE_F2PY=OFF
From
CHANGELOG.md
Added
FindESMF.cmake
to match that in ESMF 8.6.1Changed
components.yaml
BUILT_ON_SLES15
set toFALSE
on NCCS if not built on SLES15FindESMF.cmake
to match that in ESMF 8.6.1Fixed
ESMF::ESMF
targetWhat's Changed
Full Changelog: v2.45.0...v2.46.0
This discussion was created from the release v2.46.0.
Beta Was this translation helpful? Give feedback.
All reactions