Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • 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
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !896

Split resort task

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthieu Schaller requested to merge split_resort_task into master Aug 16, 2019
  • Overview 2
  • Commits 14
  • Changes 8

Following on #584, this improves the parallellism and performance of the stars_resort task. It helps with @rgb' infamous step 96.

  • Before: http://icc.dur.ac.uk/~jch/tasks/Test1/step96r.html
  • After: http://icc.dur.ac.uk/~jlvc76/SWIFT/ResortTask3/step96r.html

Main changes:

  • Only flag the cells that have received new stars for resorting.
  • Push the resort_task down 2 levels instead of having it at the top.

Also read/write some more globals to/from the check-point files.

Edited Aug 16, 2019 by Matthieu Schaller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: split_resort_task