MAPL 2.40.1 #2282
mathomp4
announced in
Announcements
MAPL 2.40.1
#2282
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 a minor workaround for using NAG which prevents reading values from ESMF Config files that have been set using
SetAttribute()
.All tests show it to be zero-diff to MAPL 2.40.0
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
Fixed
SetAttribute()
. The immediate issue appears to be due to a wrong CPP conditional on `ESMF_HAS_ACHAR_BUG', but it is not immediately clear if this is due to recent changes in ESMF or some change in NAG. Probably ESMF though. Once the ESMF core team analyzes we will potentially update this fix.What's Changed
Full Changelog: v2.40.0...v2.40.1
This discussion was created from the release MAPL 2.40.1.
Beta Was this translation helpful? Give feedback.
All reactions