From: sanpawat@allegro.cs.tufts.edu (Sanpawat Kantabutra)
Newsgroups: comp.parallel.mpi
Subject: Re: MPI without parallel architecture?
Date: 8 Mar 1999 22:59:53 GMT
Organization: Tufts University
Message-Id: <7c1kp9$mtc$1@news3.tufts.edu>
References: <y93ogm3mxwz.fsf@zohar.ai.mit.edu>
Xref: ukc comp.parallel.mpi:4708


Allan Adler (ara@zohar.ai.mit.edu) wrote:
: If I want to learn to use MPI but only have a single PC
: running Linux, is it possible to study it in that environment?
: Eventually, I hope to connect at least two such machines either
: using ppp or ethernet cards, but at the moment, all I have is
: the one PC.

Yes, I believe you could. I used to run my parallel MPI program on one 
CPU environment. It was fine. It depends on the way you configure your
program. The only thing is that you won't get real performance due to
pseudo-parallelism. So, it may not be useful to you in that sense. But
you can run the same program later, without any modification, once you 
manage to get real parallel network. -sk 
----------------------------------------
Perpetual optimism is a force multiplier

