From: "Alain Coetmeur" <alain.coetmeur@icdc.caissedesdepots.fr>
Newsgroups: comp.parallel.mpi
Subject: Re: MPICH -vs- MPI
Date: Wed, 19 May 1999 10:52:46 +0200
Organization: Informatique-CDC
Message-Id: <7htu7c$kla1@puligny.idt.cdc.fr>
References: <7hsipu$9di$1@Masala.CC.UH.EDU>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
Xref: ukc comp.parallel.mpi:5105


Mohit Singh a écrit dans le message <7hsipu$9di$1@Masala.CC.UH.EDU>...
>Hi,
>
>I am learning MPI for my research work. I have installed MPICH on a DEC
>Alpha machine to write some simple programs during the learning phase. I was
>wondering if MPICH is very much different from MPI which I'll be using on
>a MPP or supercomputer later on.
MPI is a standard

MPICH implement MPI as much as possible

it is also the testbed used for MPI normalisation.
today it support MPI1.1 and some MPI2 extensions.

>The basic MPI commands, I believe, should stay
>the same - only the implementation and execution of the files should differ.

MPI command are note part of the standard.
only language mapping and operation behavior is normalised.

>Any thoughts/advise is appreciated.
Look at the MPI FAQ, or even the MPI site.
it must be referenced here in the periodic FAQ message of this group.

