Research Article

A DAG Scheduling Scheme on Heterogeneous Computing Systems Using Tuple-Based Chemical Reaction Optimization

Algorithm 5

Fit( ) calculating the fitness value of a molecule and the processor allocation optimization.
(1) slength = 0;
(2) for  each node in   do
(3)       Calculate the start time of predecessor node of
               ;
(4)       Find the finish time of
               ;
(5)       if slength <
(6)              update scheduling length
                      slength =   ;
(7)       end if
(8) end for
(9) return  slength;