Skip to content

MAPL 2.69.1

Latest

Choose a tag to compare

@mathomp4 mathomp4 released this 19 May 14:42
· 4 commits to main since this release
06344c1

DOI

This is a patch release of MAPL 2.69. This release fixes a bug found in GEOSldas testing with the GNU compiler. It prevents getting values from un-associated array when built by GNU.

Tests show it is zero-diff to MAPL 2.69.0


This version of MAPL was tested with:

  • Intel Fortran Classic (ifort) 2021.13
  • Intel Fortran (ifx) 2025.3
  • GCC 14.2.0 and 15.2.0
  • NAG 7.2
  • Flang 22.1

The libraries this version of MAPL is currently tested with are below.

  • Baselibs 8.27.0
    • netcdf-c 4.9.2
    • netcdf-fortran 4.6.1
    • ESMF 9.0.0b10 (Note: MAPL only requires 8.6.1 at the moment)
    • GFE 1.23.0
      • gFTL 1.17.0
      • gFTL-shared 1.12.0
      • pFUnit 4.16.0 (optional)
      • fArgParse 1.10.0 (if -DBUILD_WITH_FARGPARSE=YES, default=YES)
      • pFlogger 1.18.0 (if -DBUILD_WITH_PFLOGGER=YES, default=YES)
    • UDUNITS2 2.28.8

Also, if you build with Baselibs and/or -DUSE_F2PY=ON, you should use (at least):

  • ESMA_cmake v4.37.0

We recommend most external users set -DUSE_F2PY=OFF

We also require CMake 3.24 or higher.


From CHANGELOG.md

Fixed

  • Check before assigning tilelons and tilelats in MAPL_Locstreamget

What's Changed

Full Changelog: v2.69.0...v2.69.1