From: engrbohn@aol.com (Engr Bohn)
Newsgroups: comp.parallel
Subject: Re: Parallel Simulator
Date: 30 Dec 1998 19:49:44 GMT
Organization: AOL http://www.aol.com
Approved: bigrigg@cs.cmu.edu
Message-Id: <76e04o$291$1@encore.ece.cmu.edu>
Originator: bigrigg@ece.cmu.edu


Good day,

On 12/14/98 3:07 PM Eastern Standard Time, com0240@cs.usm.my wrote:
>I am looking for a simulator which simulates the execution of a
>parallel program (any paradigm - SIMD, MIMD etc).  Preferably the one
>which runs on a single processor machine.

The simplest method I can think of is to load MPI onto your
uniprocessor, and then when you execute your code, make sure the
machinefile has only the name of the local machine in it.  Then,
regardless of how  many processes you specify, all will be placed on
your uniprocessor.  You won't see any speedup, natch (in fact, you'll
probably see slow-down due to overhead), but you'll be able to
validate the execution of your code. 

Here's where you can download the MPICH distribution of MPI:
http://www.mcs.anl.gov/mpi/

Take care,
cb
Christopher A. Bohn           EngrBohn@aol.com
          http://members.aol.com/EngrBohn/
"Oooh!  What does THIS button do!?"

--
Articles to bigrigg+parallel@cs.cmu.edu (Admin: bigrigg@cs.cmu.edu)
Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel

