MAPL 2.51.1 #3237
mathomp4
announced in
Announcements
MAPL 2.51.1
#3237
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a patch on MAPL 2.51. This release fixes an issue where the per-cell counters in the generic coupler are not initialized properly. They are part of a derived type when gets allocated, but the pointers there are not initialized to NULL.
Testing of GEOS at c24 and c360 shows this to be zero-diff. However, there is the possibility that if you encountered this bug, some output could change.
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
Fixed
What's Changed
Full Changelog: v2.51.0...v2.51.1
This discussion was created from the release MAPL 2.51.1.
Beta Was this translation helpful? Give feedback.
All reactions