MAPL 2.67.0 #4472
mathomp4
announced in
Announcements
MAPL 2.67.0
#4472
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release of MAPL introduces a two-way generic python bridge exposing limited MAPL feature down in Python. This is for our ongoing Python DSL-GPU work. The system is opt-in and by default users will not build it.
Testing shows this release is zero-diff to MAPL 2.66
This version of MAPL was tested with:
ifort) 2021.13ifx) 2025.3The 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=OFFWe also require CMake 3.24 or higher.
From
CHANGELOG.mdAdded
dynamic loading of py package based on a user given string. It also provides with some tooling, to be expanded upon, to
make using Fortran-allocated memory transparent.
local_idto create a simple locstreamWhat's Changed
New Contributors
Full Changelog: v2.66.0...v2.67.0
This discussion was created from the release MAPL 2.67.0.
Beta Was this translation helpful? Give feedback.
All reactions