@@ -7,8 +7,8 @@ This repository contains a [Batsim](https://batsim.readthedocs.io/en/latest/)-co
This algorithm is strongly based on EASY backfilling.
The main addition over EASY is that a powercap must be followed during a time window.
In other words, a constraint on the maximum power consumption value is set for the whole platform.
This algorithm uses additional data on the power consumption of jobs to take its decisions.
We implemented two ways to sort the waiting queue: FCFS or Smallest Area First (SAF). For SAF, the area is calculated by multiplying the number of resources by the
This algorithm uses additional data on the power consumption of jobs to take its decisions.
We implemented two ways to sort the waiting queue: FCFS or Smallest Area First (SAF). For SAF, the area is calculated by multiplying the number of requested resources by the requested time.
Please read [the algorithm implementation](./easypower.cpp) for all details.