High Performance Computing 1
Ideas for dividing work
•Synchronous Computing
–same computation on different sets of data; often domain decomposition
–examples: iterative linear system solves
–often can schedule static work assignments, if data structures don’t change
•
•
•