MAPL 2.48.0 #3053
mathomp4
announced in
Announcements
MAPL 2.48.0
#3053
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. It has various updates and fixes compared to MAPL 2.47. All testing shows it to be zero-diff to MAPL 2.47.
The complete list of changes is delineated below but some highlights are:
restart_simulator.x
in benchmark directoryNote the with the last point, we added a new quantization keyword
granular_bitround
to History. This will be the preferred keyword for quantization in the future replacingGranularBR
(which we formally deprecated and will remove in MAPL3).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
Changed
case1
->case01
)restart_simulator.x
in benchmark directoryifx
test along with theifort
test (thoughifx
is not yet enabled)components.yaml
esma_add_fortran_submodules
functiongranular_bitround
to History. This will be the preferred keyword for quantization in the futurereplacing
GranularBR
Fixed
EXTDATA2G_SMALL_TESTS
LABEL withESSENTIAL
Deprecated
GranularBR
as a quantization method keyword in History. We will prefergranular_bitround
in the future to matchdraft CF conventions. This will be removed in MAPL 3.
What's Changed
Full Changelog: v2.47.2...v2.48.0
This discussion was created from the release MAPL 2.48.0.
Beta Was this translation helpful? Give feedback.
All reactions