MAPL 2.51.0 #3229
mathomp4
announced in
Announcements
MAPL 2.51.0
#3229
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release of MAPL has many new updates and changes. Some highlights include:
ifx
compiler (including in CI)ifx
2025.0, though 2024.2 can work with GEOSgcmESMF_CONFIG_FILE
environment variable to specify name of file to pass in pre-ESMF_Initialize
options to ESMF (see ESMF Docs for allowed flags)checkpoint_benchmark.x
andrestart_benchmark.x
to allow for easier testing of different configurations. Note that the old configuration file style of input is allowed via the--config_file
option (which overrides any other command line options)There are also new build requirements for MAPL 2.51:
All tests show this to be zero-diff to MAPL 2.50
This version of MAPL was tested with:
ifort
) 2021.6.0 and 2021.13ifx
) 2025.0The 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
We also require CMake 3.24 or higher.
From
CHANGELOG.md
Added
_RETURN(_SUCCESS)
to fetch_dataESMF_CONFIG_FILE
environment variable to specify name of file to pass in pre-ESMF_Initialize
options to ESMF (see ESMF Docs for allowed flags.of CICE6 rewind
Changed
checkpoint_benchmark.x
andrestart_benchmark.x
to allow for easier testing of different configurations. Note that the old configuration file style of input is allowed via the--config_file
option (which overrides any other command line options)components.yaml
mepo status
outputMPI_STACK
code run multiple timesbase/MAPL_CFIO.F90
, addedIam
to a print statement so that when a read fails we know which routine failedgridcomps/ExtData2G/ExtDataConfig.F90
, print out the name of the duplicate collection that causes model to failFixed
pfio/ArrayReference.F90
(NOTE: This currently targets all versions of ifx, but will need to be qualified or removed in the future)What's Changed
New Contributors
Full Changelog: v2.50.3...v2.51.0
This discussion was created from the release MAPL 2.51.0.
Beta Was this translation helpful? Give feedback.
All reactions