Big Chemical Encyclopedia

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

Articles Figures Tables About

Parallel Programming Languages and Environments

Parallel programming paradigms and environments differ in many aspects. These variations arise from at least four factors  [Pg.225]

How parallelism is expressed implicitly, as in an automatically parallelized DO loop, or explicitly, as in a UNIX fork-and-join model.- 39 [Pg.226]

How parallel execution is coordinated by compiler analysis of dependencies in a parallel DO loop, by use of message passing, or through shared data and mutual exclusion. [Pg.226]

How work is distributed whether data are distributed between processors (data-driven) or whether tasks are distributed between processors (task-driven). [Pg.226]


See other pages where Parallel Programming Languages and Environments is mentioned: [Pg.225]   


SEARCH



And language

Parallel programming

Programming Environments

Programming language

© 2024 chempedia.info