Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

gitlab has been updated to version 16

  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !919

Add a synchronous redistribute option

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Peter W. Draper requested to merge redist-sync into master Sep 11, 2019
  • Overview 5
  • Commits 6
  • Changes 4

Adds an option to perform the redistribute phase using synchronous MPI calls.

The redistribute phase potentially sends a lot of particle data between nodes and has been seen to fail due to memory limits for the whole machine, not just SWIFT. This because of the large cache usage by the transport layers. Switching this option on can help in these instances, but at the cost of a substantial slowdown.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: redist-sync