Skip to content

MAPL 2.27.1

Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 04 Oct 18:10
· 2349 commits to main since this release
160a8d7

DOI

This release of MAPL contains a hotfix that is actually more to fixing MAPL3 (see #1678), but the bug was present in main so it was hotfixed.

The fix is for a missing parentGC argument to addChildFromDSO


Dependent Libraries

The libraries this version of MAPL has been tested with are below.

  • Baselibs 7.5.0
    • netcdf-c 4.8.1
    • netcdf-fortran 4.5.4
    • ESMF 8.3.0
    • GFE 1.4.0
      • gFTL 1.8.1
      • gFTL-shared 1.5.0
      • pFUnit 4.4.1 (optional)
      • fArgParse 1.3.0 (optional)
      • pFlogger 1.9.1 (if -DBUILD_WITH_PFLOGGER=YES)
      • yaFyaml 1.0.4 (if -DUSE_EXTDATA2G=YES)
      • FLAP geos/v1.10.0 (if -DBUILD_WITH_FLAP=YES)

From CHANGELOG.md

Fixed

  • Fixed a missing parentGC argument to addChildFromDSO

What's Changed

  • Fixes #1678. Added parentGC argument to the call MAPL_AddChildFromDSO… by @atrayano in #1709

Full Changelog: v2.27.0...v2.27.1