Basic HTML version of Foils prepared 26 September 1996

Foil 29 Possible Programming Models

From HPCC Software Technologies Fall 96 -- Overview and HPF Delivered Lectures of CPS615 Basic Simulation Track for Computational Science -- 26 September 96. by Geoffrey C. Fox


1 Explicit Message Passing as in PVM or MPI
2 User breaks program into parts and the parts send messages between them to implement communication necessary for synchronization and integration of parts into solution of a single program
3 This matches hardware but is not particularly natural for problem and can be machine dependent
4 Object Oriented programming is like message passing but now objects and not programs communicate
  • Very good when objects are natural from the problem and represent functional parallelism
  • However in data parallel problems tackled with object oriented approach, one must break problem up into a number of objects that depends on number of processors and so reflects machine and not problem

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 Feb 22 1998