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

Update scheduler interface to accept updates for completed tasks. Add two new schedulers #252

Closed
wants to merge 3 commits into from

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    183c61c View commit details
    Browse the repository at this point in the history
  2. Sim trace update (atlarge-research#249)

    * Started on reimplementing the SimTrace implementation
    
    * updated trace format. Fragments now do not have a deadline, but a duration. The Fragments are executed in order.
    DanteNiewenhuis authored and sacheendra committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    304cbfb View commit details
    Browse the repository at this point in the history
  3. rewritten the checkpointing model (atlarge-research#250)

    * Updated the checkpointing system to use SimTrace. The checkpoint model can now also scale, which means the interval between checkpoints can increase or decrease over time.
    
    * spotless kotlin
    
    * Fixed tests
    
    * spotless apply
    DanteNiewenhuis authored and sacheendra committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    920f02d View commit details
    Browse the repository at this point in the history