Newsgroups: comp.parallel.mpi
From: AJS <gt7681a@prism.gatech.edu>
Subject: MPI on Shared Memory Systems
Organization: Computational Combustion Laboratory
Date: 27 Apr 1996 18:33:55 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4ltpaj$gku@mordred.gatech.edu>

Hi!

	I am trying to implement and MPI program on the SGI power challenge
array. What I would like to do is to have some variables common to all
the processes. I dont want to explicitly pass messages as these variable are
frequently updated. I would like to have them as shared memory locations
accessible to all the processors. Is this possible using MPI? If so, how?

Many thanks,
ajs
-- 
 ************************************************************************
| Srinivasan Arunajatesan           |  ajs@osprey.ae.gatech.edu          |
| Graduate Research Assistant,      |  P.O. Box. 327681,GA Tech. Station |
| School of Aerospace Engineering,  |  Atlanta GA 30332-1175             |
| Gerogia Institute of Technology,  |  Ph: (404)-875-6494 (H)            |
| Atlanta GA 30332                  |      (404)-894-1409 (W)            |
 ************************************************************************


