Skip to content

Commit

Permalink
Added free() mechanism for MPI resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed May 1, 2020
1 parent 975b75e commit f55680e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ------------------------------------------------------------------------ #
cmake_minimum_required (VERSION 3.8.0)
project (PFLOGGER
VERSION 1.4.0
VERSION 1.4.1
LANGUAGES Fortran)

set (CMAKE_MODULE_PATH
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.1] - 2020-05-01

### Added
- Added free() methods to various classes to ensure that MPI resources
are deleted at the end of the run. Without this, some MPI flavors
will report an error on MPI_Finalize(). To use:

call logging%free

## [1.4.0] - 2020-04-17

### Added
Expand Down

0 comments on commit f55680e

Please sign in to comment.