Basic HTML version of Foils prepared 2 October 1995

Foil 10 Approaches to Parallel Programming

From New CPS615 Foils-- D 23 September 95 CPS615 Basic Simulation Track for Computational Science -- Fall Semester 95. by Geoffrey C. Fox


1 Data Parallel typified by CMFortran and its generalization - High Performance Fortran which we have discussed separately
2 Typical Data Parallel Fortran Statements are full array statements
  • B=A1 + A2
  • B=EOSHIFT(A,-1)
  • Function operations on arrays representing full data domain
3 Message Passing typified by later discussion of Laplace Example which specifies specific machine actions i.e. send a message between nodes whereas data parallel model is at higher level as it (tries) to specify a problem feature
4 Note: We are always using "data parallelism" at problem level whether software is "message passing" or "data parallel"
5 Data parallel software is translated by a compiler into "machine language" which is typically message passing

in Table To:


© on Tue Oct 7 1997