Research Article

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

Algorithm 2

Gen_CCPDAG(DAG, CCP) generating CCPDAG.
(1)   for  each in
(2)           CCP = BelongCCP ( );
(3)           CCP = BelongCCP ( );
(4)           if   & does not exist
(5)                             create
(6)           end if
(7)           add Start and End
(8)           add edges among Start and CCP nodes
(9)           add edges among End and CCP nodes
(10) end for