Newsgroups: comp.parallel.mpi
From: paul@bartok (Paul Bristow)
Subject: Re: memory requirements for mpi library
Message-Id: <FAy2pF.3G8@cee.hw.ac.uk>
Sender: news@cee.hw.ac.uk (News Administrator)
Organization: Dept. of Computing & Electrical Engineering, Heriot-Watt
    University
References: <372612CA.F2E637C7@isptechinc.com>
Date: Thu, 29 Apr 1999 09:36:50 GMT
Xref: ukc comp.parallel.mpi:5008


Michael B. Helduser (helduser@isptechinc.com) wrote:
: Does anyone happen to know how much memory the mpi library takes up?
: I'm looking to run mpi on an oem board and I'm trying to determine
: how much memory to reserve for it.

It's not as simple as that.  It'll depend on which installation of mpi you
use, which compiler you build with, what platform you build for and above
all how many processors you have as each processor will (probably) have a
buffer for storing data to/from each other processor.  A good starting
point would be to decide which implementation you'll be using.

Paul C Bristow -- paul@cee.hw.ac.uk -- http://www.cee.hw.ac.uk/~paul
"If you don't know what you need Windows NT for, you don't need it."
-- Bill Gates

