Skip to content

Commit

Permalink
Merge pull request #356 from GEOS-ESM/feature/mathomp4/update-changel…
Browse files Browse the repository at this point in the history
…og-213

Update CHANGELOG and version for 2.1.3
  • Loading branch information
tclune authored May 4, 2020
2 parents 880d021 + 642640a commit f58c7f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
### Fixed
### Removed
### Added

## [2.1.3] - 2020-05-04

- Update CI to use Baselibs 6.0.12
- Update `components.yaml`
- ESMA_env v2.1.2
- ESMA_cmake v3.0.2
### Changed

- MAPL now requires Baselibs 6.0.12 (pFlogger v1.4.1)
- Update CI to use Baselibs 6.0.12
- Update `components.yaml`
- ESMA_env v2.1.2
- ESMA_cmake v3.0.2

### Fixed

- Fix for `MPI_Finalize` error with Intel MPI
- Fix `ArrDescrInit` routine
- Fixes for ESMF logging (when run with MULTI)

### Removed

- Remove `MPI_comm_set_errhandler` workaround

### Added

## [2.1.2] 2020-04-24
## [2.1.2] - 2020-04-24

### Fixed

- Fixed bug when output fields on tripolar grid in History
- Fixed bug during replay when the refresh template in ExtData is a time interval

## [2.1.1] 2020-04-20
## [2.1.1] - 2020-04-20

### Fixed

Expand All @@ -40,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Workaround for MPT 2.17 build bug with `MPI_Comm_set_errhandler`


## [2.1.0] 2020-04-16
## [2.1.0] - 2020-04-16

### Changed

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
MAPL
VERSION 2.1.1
VERSION 2.1.3
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if (EXISTS ${CMAKE_CURRENT_LIST_DIR}/@cmake)
Expand Down

0 comments on commit f58c7f4

Please sign in to comment.