Research Article

Online Energy-Aware Scheduling for Deadline-Constrained Applications in Distributed Heterogeneous Systems

Algorithm 3

Function .
Require: each task in .
Ensure: The schedule scheme.
For each in do
  E, ;
  For all processor do
    For all frequency do
      Calculate the , , and ;
      If   then
        If then
          , , , ;
        Endif
       Endif
    Endfor
Endfor
Schedule on with ;
Remove from ;