+2
−2
+45
−13
+49
−19
+29
−12
+2
−1
Loading
Modified Job so that they have: time_submit time_limit_ time_start time_end wall_time trace_time and current_time Modified engine: tick: introduced new prepare_timestep function consistig of two tasks from tick: 1. moved newly downed nodes out of tick 2. moved completed nodes out of tick prepare_timestep is now called at the beginning of each run_simulation loop Added the replay scheduler Modified the default scheduler to be able to use the replay policy, matching the replay scheduler functionality Finally modified the workloads.py to match the new job description. Note this is not yet fully tested, this breaks everything but frontier telemetry. Next: Testing, and fixing the related issues!