High Performance Computing 1
Ideas for dividing work
•Partitioning
–partition the data, or the domain, or the task list, perhaps master/slave
–examples: dot product of vectors; integration on a fixed interval; N-body problem using domain decomposition
–static or dynamic task assignment; need for care
•
•
•