MAPL 2.42.0 #2431
mathomp4
announced in
Announcements
MAPL 2.42.0
#2431
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a minor release of MAPL. There are many new fixes and additions to this release including:
Changes
components.yaml
Fixes
All testing show it is zero-diff to MAPL 2.41.
The libraries this version of MAPL is currently tested with are below.
-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 should use:We recommend most external users set
-DUSE_F2PY=OFF
From
CHANGELOG.md
Added
C_PTR
inMPI_Alloc_Mem
((MPICH Issue #6691)[https://github.com/fortran: MPI_Alloc_mem mismatch in argument pmodels/mpich#6691])ierror
keyword arguments withuse mpi
((MPICH Issue #6693)[https://github.com/fortran: ierror keyword argument not handled correctly in Fortran 90 mpi module bindings pmodels/mpich#6693])Changed
_UNUSED_DUMMY(x)
to use ASSOCIATE instead of PRINT. With this change it can be used in PURE procedures.components.yaml
Fixed
What's Changed
_UNUSED_DUMMY
#2373 - improved unused dummy macro by @tclune in Fixes #2373 - improved unused dummy macro #2374Full Changelog: v2.41.2...v2.42.0
This discussion was created from the release MAPL 2.42.0.
Beta Was this translation helpful? Give feedback.
All reactions