MAPL 2.53.1 #3373
mathomp4
announced in
Announcements
MAPL 2.53.1
#3373
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.53 which fixed a rare case where runs could deadlock in
MAPL_GetHorzijIndex
. Most users would not encounter this issue.All tests show it zero-diff to MAPL 2.53.0
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
MAPL_GetHorzijIndex
when not points are passed on a processor causing a deadlockWhat's Changed
Full Changelog: v2.53.0...v2.53.1
This discussion was created from the release MAPL 2.53.1.
Beta Was this translation helpful? Give feedback.
All reactions