Skip to content

Split resort task

Matthieu Schaller requested to merge split_resort_task into master

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

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 by Matthieu Schaller

Merge request reports