MAPL 2.49.0 #3074
mathomp4
announced in
Announcements
MAPL 2.49.0
#3074
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 2.
The main new functionality is support for zstandard compression in MAPL History. Note that this requires zstandard support built into netCDF (and HDF5). At the moment ESMA-Baselibs cannot exercise this as ESMA-Baselibs builds HDF5 and netCDF as static libraries so the zstandard plugin is not available. But spack builds of MAPL can use the new functionality. MAPL does have a test to make sure zstandard support is available and if not, if someone tries to use it, the system will fail out.
We also have bug fixes for macOS and NVHPC in this release.
This version of MAPL was tested with:
ifx
does not yet work)The 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
From
CHANGELOG.md
Added
and enabling zstandard output in History will fail if the library does not support it
Changed
components.yaml
-pipe
flagFixed
use
statement inblock
constructWhat's Changed
Full Changelog: v2.48.0...v2.49.0
This discussion was created from the release MAPL 2.49.0.
Beta Was this translation helpful? Give feedback.
All reactions