-htmlSlides-begin-html-
The Situation:
Parallel scientific applications are typically
- written from scratch, or manually adapted from
sequential programs
- using simple SPMD model
- in Fortran or C
- with explicit message passing primitives
Which means
- similar components are coded over and over again,
- codes are difficult to develop and maintain
- debugging particularly unpleasant...
- difficult to reuse components
- not really designed for long-term software solution
-htmlSlides-end-html-
Updated Tue Jan 31 02:39:57 EST 1995