MAPL 2.54.0 #3397
mathomp4
announced in
Announcements
MAPL 2.54.0
#3397
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version of MAPL adds a new "column" to the automatic code generator (ACG),
ALIAS
, that allows a user to set a pointer variable to a different name. This prevents collisions between, say, import and export pointers.All testing shows this to be zero-diff to MAPL 2.53
This version of MAPL was tested with:
ifort
) 2021.6.0 and 2021.13ifx
) 2025.0The libraries this version of MAPL is currently tested with are below.
-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 (at least):We recommend most external users set
-DUSE_F2PY=OFF
We also require CMake 3.24 or higher.
From
CHANGELOG.md
Changed
short_name
What's Changed
Full Changelog: v2.53.1...v2.54.0
This discussion was created from the release MAPL 2.54.0.
Beta Was this translation helpful? Give feedback.
All reactions