Skip to content

Commit

Permalink
Merge branch 'develop' into lroberts36/add-non-one-copy-fluxes
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 authored Sep 4, 2024
2 parents 9728938 + ec61c9c commit dc4efa9
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,28 @@
## Current develop

### Added (new features/APIs/variables/...)
- [[PR 1161]]((https://github.com/parthenon-hpc-lab/parthenon/pull/1161)) Add Metadata::FluxNotOneCopy
- [[PR 1151]]((https://github.com/parthenon-hpc-lab/parthenon/pull/1151)) Add time offset `c` to LowStorageIntegrator
- [[PR 1161]](https://github.com/parthenon-hpc-lab/parthenon/pull/1161) Add Metadata::FluxNotOneCopy

### Changed (changing behavior/API/variables/...)


### Fixed (not changing behavior/API/variables/...)


### Infrastructure (changes irrelevant to downstream codes)


### Removed (removing behavior/API/varaibles/...)


### Incompatibilities (i.e. breaking changes)


## Release 24.08
Date: 2024-08-30

### Added (new features/APIs/variables/...)
- [[PR 1151]](https://github.com/parthenon-hpc-lab/parthenon/pull/1151) Add time offset `c` to LowStorageIntegrator
- [[PR 1147]](https://github.com/parthenon-hpc-lab/parthenon/pull/1147) Add `par_reduce_inner` functions
- [[PR 1159]](https://github.com/parthenon-hpc-lab/parthenon/pull/1159) Add additional timestep controllers in parthenon/time.
- [[PR 1148]](https://github.com/parthenon-hpc-lab/parthenon/pull/1148) Add `GetPackDimension` to `StateDescriptor` for calculating pack sizes before `Mesh` initialization
Expand Down
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.16)
# Imports machine-specific configuration
include(cmake/MachineCfg.cmake)

project(parthenon VERSION 24.03 LANGUAGES C CXX)
project(parthenon VERSION 24.08 LANGUAGES C CXX)

if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.19.0)
cmake_policy(SET CMP0110 NEW)
Expand Down

0 comments on commit dc4efa9

Please sign in to comment.