From: rusresch@baracke.rus.uni-stuttgart.de (Michael Resch)
Newsgroups: comp.parallel.mpi
Subject: Re: MPI Architecture
Date: 9 Mar 1999 14:23:32 GMT
Organization: Comp.Center (RUS), U of Stuttgart, FRG
Message-Id: <7c3at4$74d$1@infosun2.rus.uni-stuttgart.de>
References: <36E4E660.AB1BEE73@letterbox.com> <7c2sbo$5al$1@news3.tufts.edu>
Reply-To: resch@hlrs.de
Xref: ukc comp.parallel.mpi:4719


Sanpawat Kantabutra (sanpawat@allegro.cs.tufts.edu) wrote:
: Gary (curryfish@letterbox.com) wrote:
: : hi, I am new in MPI. Could anyone tell me the architecture of the MPI?
: : Are there any hidden layers? What're those layers? Thx.
: 
: Well, as far as I know, MPI uses P4 as one of its layers.

P4 is one of the layers that MPICH (a popular and very well done
implementation of MPI) supports. MPI itself is a standard definition
and not a library. the architecture of your MPI library depends on
what the implementors have done to implement the standard. the layers
that might be hidden depend on what your MPI implementations supports.

michael

