Skip to content

Commit e0db319

Browse files
committed
Update to latest ESMA_cmake
1 parent 3b0e40b commit e0db319

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Added support for LLVM Intel build on OSX with arm processors.
1312
- Various workarounds for building MAPL with MPICH
1413
- Non-support for `C_PTR` in `MPI_Alloc_Mem` ((MPICH Issue #6691)[https://github.com/pmodels/mpich/issues/6691])
1514
- Non-support for `ierror` keyword arguments with `use mpi` ((MPICH Issue #6693)[https://github.com/pmodels/mpich/issues/6693])
@@ -21,10 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2120
- Make error handling in Plain_netCDF_Time consistent with MAPL standard error handling
2221
- Extend unit tests for FileSystemUtilities.
2322
- Updated handling of NetCDF time values
23+
- Update `components.yaml`
24+
- ESMA_cmake v3.36.0 (Support for SLES15 at NCCS, support for Intel 2021.10)
25+
- ESMA_env v4.20.5 (Support for SLES15 at NCCS)
2426

2527
### Fixed
2628

27-
- Introduced workaround for LLVM Intel bug in generic layer.
29+
- Introduced workaround for Intel 2021.10 bug in generic layer.
2830
- Updated CI GEOSadas build to use special branch (as stock ADAS at the moment is too far behind GEOSgcm main)
2931
- Fix incorrect History print during runtime
3032

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ if (COMMAND esma)
199199
endforeach ()
200200
endif ()
201201

202-
add_link_options("-Wl,-ld_classic")
203-
204202
if (BUILD_WITH_PFLOGGER)
205203
add_definitions(-DBUILD_WITH_PFLOGGER)
206204
else ()

components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ MAPL:
55
ESMA_env:
66
local: ./ESMA_env
77
remote: ../ESMA_env.git
8-
tag: v4.19.0
8+
tag: v4.20.5
99
develop: main
1010

1111
ESMA_cmake:
1212
local: ./ESMA_cmake
1313
remote: ../ESMA_cmake.git
14-
tag: v3.34.0
14+
tag: v3.36.0
1515
develop: develop
1616

1717
ecbuild:

0 commit comments

Comments
 (0)