Basic HTML version of Foils prepared August 7 98

Foil 15 Parallel Algorithms

From DoD HPF Training -- 1. Introduction to HPF DoD Training and Others -- 1995-98. by Chuck Koelbel -- Rice University


1 A parallel algorithm is a collection of tasks and a partial ordering between them.
2 Design goals:
  • Match tasks to the available processors (exploit parallelism).
  • Minimize ordering (avoid unnecessary synchronizations).
  • Utilize remaining ordering (exploit locality).
3 Sources of parallelism:
  • Data parallelism: updating array elements simultaneously.
  • Functional parallelism: conceptually different tasks which combine to solve the problem.
  • Speculative parallelism: temporarily ignore partial ordering, repair later if this causes problems.
  • This list is not exhaustive

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Aug 9 1998