Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to loop tracking/resuming #246

Merged
merged 8 commits into from
Dec 15, 2023
Merged

Improvements to loop tracking/resuming #246

merged 8 commits into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    a63ac88 View commit details
    Browse the repository at this point in the history
  2. Commit missing line

    apontzen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4b852bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d4437 View commit details
    Browse the repository at this point in the history
  4. Introduce parallel_tasks synchronized loops (so that their state can …

    …be saved)
    
    Refactor related operations into a clearer framework
    apontzen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0bf4c22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cee391 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d681a05 View commit details
    Browse the repository at this point in the history
  7. Fix resuming

    Previous implementation was trying to track resuming at the halo level,
    but in reality it's much better to track it at the timestep level
    apontzen committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    aa20c45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82f27d0 View commit details
    Browse the repository at this point in the history