MAPL 2.47.2 #2974
mathomp4
announced in
Announcements
MAPL 2.47.2
#2974
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 release of MAPL 2.47. It fixes a bug when using externally initialized MPI.
Notice to users: External code should initialize MPI with
MPI_THREAD_MULTIPLE
as that is what MAPL expects. Also, code might need to call:for all features of MAPL to be supported, namely if ESMF Single System Image (SSI) code is enabled. If users do not use this (or know what it is), it most likely is not needed.
This version of MAPL was tested with:
ifx
does not yet work)The libraries this version of MAPL is currently tested with are below. NOTE: Changes here from MAPL 2.44 and earlier, namely GFE
-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
From
CHANGELOG.md
Fixed
What's Changed
Full Changelog: v2.47.1...v2.47.2
This discussion was created from the release MAPL 2.47.2.
Beta Was this translation helpful? Give feedback.
All reactions