MAPL 2.40.3 #2298
mathomp4
announced in
Announcements
MAPL 2.40.3
#2298
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This patch release of MAPL 2.40 has fixes for using the NAG compiler on Linux. MAPL 2.40.1 broke NAG compatibility with Linux when fixing for macOS. When using the NAG compiler with MAPL 2.40.3, you must use ESMA_cmake v3.31.1 as well for the right flags. Note that for Intel and GNU, this is a no-op change.
All tests show zero-diff to MAPL 2.40.2
The libraries this version of MAPL is currently tested with are below. (This is a change since MAPL 2.39)
-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
Changed
components.yaml
Fixed
MAPL_Config.F90
in v2.40.1 which was a workaround was not portable to Linux. Instead, this uses changes in ESMA_cmake v3.31.1 for flags with NAG.FindESMF.cmake
file to match that of ESMF v8.5.0What's Changed
Full Changelog: v2.40.2...v2.40.3
This discussion was created from the release MAPL 2.40.3.
Beta Was this translation helpful? Give feedback.
All reactions