From: "Preuk S." <csa78448@ait.ac.th>
Newsgroups: comp.parallel.mpi
Subject: How to declare shared variable in MPICH
Date: Thu, 29 Oct 1998 15:20:02 +0700
Organization: CSIM Program, Asian Institute of Technology
Message-Id: <Pine.OSF.4.02.9810291421390.11295-100000@alphast4.ait.ac.th>
References: <35F792A6.41C6@epfl.ch>
    <199809161118.HAA14384@volitans.MorningStar.Com>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
In-Reply-To: <199809161118.HAA14384@volitans.MorningStar.Com>


Dear,

Generally, each process in MPICH has its own accessiable. When any
variables are accessed by any processes, the value of the same variable of
other processes have not been changed. I would like to use shared variable
that its value has been changed, when it is accessed by any processes. How
should I declare these shared variables?

Sincerely yours,
Preuk S.
mailto: csa78448@ait.ac.th

