File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
- - Added support for LLVM Intel build on OSX with arm processors.
13
12
- Various workarounds for building MAPL with MPICH
14
13
- Non-support for ` C_PTR ` in ` MPI_Alloc_Mem ` ((MPICH Issue #6691 )[ https://github.com/pmodels/mpich/issues/6691 ] )
15
14
- 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
21
20
- Make error handling in Plain_netCDF_Time consistent with MAPL standard error handling
22
21
- Extend unit tests for FileSystemUtilities.
23
22
- 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)
24
26
25
27
### Fixed
26
28
27
- - Introduced workaround for LLVM Intel bug in generic layer.
29
+ - Introduced workaround for Intel 2021.10 bug in generic layer.
28
30
- Updated CI GEOSadas build to use special branch (as stock ADAS at the moment is too far behind GEOSgcm main)
29
31
- Fix incorrect History print during runtime
30
32
Original file line number Diff line number Diff line change @@ -199,8 +199,6 @@ if (COMMAND esma)
199
199
endforeach ()
200
200
endif ()
201
201
202
- add_link_options ("-Wl,-ld_classic" )
203
-
204
202
if (BUILD_WITH_PFLOGGER )
205
203
add_definitions (-DBUILD_WITH_PFLOGGER )
206
204
else ()
Original file line number Diff line number Diff line change 5
5
ESMA_env :
6
6
local : ./ESMA_env
7
7
remote : ../ESMA_env.git
8
- tag : v4.19.0
8
+ tag : v4.20.5
9
9
develop : main
10
10
11
11
ESMA_cmake :
12
12
local : ./ESMA_cmake
13
13
remote : ../ESMA_cmake.git
14
- tag : v3.34 .0
14
+ tag : v3.36 .0
15
15
develop : develop
16
16
17
17
ecbuild :
You can’t perform that action at this time.
0 commit comments