Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Recursive task distribution

A recursive work distribution scheme involves recursive subdivisions of the computational problem to create smaller tasks that can be solved concurrently by individual processes. Recursive work distribution schemes are typically used for computational problems that lend themselves to a divide-and-conquer parallelization approach. For instance, finding the maximum value in an imsorted array and sorting the elements in an array are problems that can be solved using recursive algorithms. [Pg.97]


See other pages where Recursive task distribution is mentioned: [Pg.96]    [Pg.96]    [Pg.96]    [Pg.1]    [Pg.688]    [Pg.2]    [Pg.97]    [Pg.1409]    [Pg.372]   
See also in sourсe #XX -- [ Pg.96 , Pg.97 ]




SEARCH



Recursion

Recursive

Round-Robin and Recursive Task Distributions

Tasks

© 2024 chempedia.info