HPF runs on SIMD and MIMD machines and is high level as it expresses a style of programming or problem architecture |
MPI runs on MIMD machines (in principle it could run on SIMD but unnatural and inefficient) -- it expresses a machine architecture |
Traditional Software Model is
|
So in this analogy MPI is universal "machine-language" of Parallel processing |