Skip to content
Snippets Groups Projects

Merge branch 'feature/fix-call-MPIfinalize-onlyif-MPIInit-called' into 'master'

Merged Andreas Dedner requested to merge cherry-pick-9af12b69 into releases/2.5

MPIHelper should only finalize MPI if it called init

MPIHelper only calls MPI if it was not already called before MPIHelper is constructed. Finalize is however always called on destruction leading to problems with other packages calling init/finalize before/after MPIHelper is setup. Added a bool storing the information if MPIInit was called by the MPIHelper so that finalize is only called in that case.

See merge request !58 (merged)

Merge request reports

Pipeline #1203 passed

Pipeline passed for 62237117 on cherry-pick-9af12b69

Approval is optional

Merged by avatar (Apr 18, 2025 10:47am UTC)

Merge details

  • Changes merged into with c15701e9.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #1224 passed

Pipeline passed for c15701e9 on releases/2.5

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading