Peter-JanGootzen / vu-ds-energy-aware-scheduling

Root repository for the Distributed Systems project: "An Energy-aware Analysis of Provisioning Policies"
3 stars 0 forks source link

Implement Energy-part of LookAheadPlacement as ComputeScheduler #5

Open Peter-JanGootzen opened 1 year ago

Peter-JanGootzen commented 1 year ago

Reimplement LookAheadPlacement.kt from wta-sim as a ComputeScheduler with all the elements in #1 #2 #3

bwesterveld commented 1 year ago

The workflow workload is created for each task in TraceHelpers.kt at line 80. The amount of FLOPs needs to be added to the metadata as a long alongside the SimWorkloads object, because the object is not available in other modules.