Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 416
    • Issues 416
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !566

More consistent use of combineReduce, simpler and/or reductions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark OLESEN requested to merge feature-mpi-updates into develop Nov 01, 2022
  • Overview 18
  • Commits 5
  • Changes 274
  • update code base to reflect the consolidated list/map reductions
  • replace old code use of returnReduce(list.size(), sumOp<label>()) in favour of returnReduceOr(list.size()) which is cleaner to write/understand and also marginally more efficient

General overview under https://develop.openfoam.com/Development/openfoam/-/wikis/coding/patterns/parallel

  • broadcast
  • reductions
  • more reductions
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-mpi-updates