From: sanpawat@allegro.cs.tufts.edu (Sanpawat Kantabutra)
Newsgroups: comp.parallel.mpi
Subject: Re: Choosing architecture
Date: 23 Mar 1999 14:49:30 GMT
Organization: Tufts University
Message-Id: <7d89lq$f3o$1@news3.tufts.edu>
References: <922180591.978027@www3.netland.nl>
Xref: ukc comp.parallel.mpi:4800


isabel (isabel@datasim.nl) wrote:
: I am an amateur in MPI. Firstly I have to set up an enviroment. I do have
: two options:
: 1) Shared memory
: 2) Distributed memory

: What is the best to run MPI? Also I think 1) is more expensive. I think I
: should buy a box with several processors and a big memory and connect some
: monitors and keyboards. Is that the way?

I am no expert. But aren't the two architectures above already built 
from factory ? Both shared memory and distributed shared memory basically
are similar to each other (single shared space address). May I ask why
you choose shared memory architectures ? It seems to me that few 
computer factories manufacture them now. The popular model at present is 
clustering of workstations (COWs). It is scalable, cheaper, and works
for heterogenous computers as well. -sk
----------------------------------------
Perpetual optimism is a force multiplier

