Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Mar 20, 2024
1 parent 0a82966 commit d59382a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## latest

- Add note in the cpp-dummy that pickling support does not work due to no good way to pass the sim id to the new micro simulation instance https://github.com/precice/micro-manager/commit/0a82966676717a533aca9bffa4a110453158f29c
- Reintroduce initialize function in the micro simulation API https://github.com/precice/micro-manager/pull/79
- Use Allgatherv instead of allgather when collecting number of micro simulations on each rank in initialization https://github.com/precice/micro-manager/pull/81
- Remove the callable function `initialize()` from the micro simulation API https://github.com/precice/micro-manager/commit/bed5a4cc0f03b780da7f62b3f51ed1df2796588c
- Pass an ID to the micro simulation object so that it is aware of its own uniqueness https://github.com/precice/micro-manager/pull/66
- Resolve bug which led to an error when global adaptivity was used with unequal number of simulations on each rank https://github.com/precice/micro-manager/pull/78
- Make the `initialize()` method of the MicroManager class private https://github.com/precice/micro-manager/pull/77
Expand Down

0 comments on commit d59382a

Please sign in to comment.