Newsgroups: comp.parallel.mpi
From: "Obi Liehr" <obi@uni-muenster.de>
Subject: Definition of MPI_Comm
Organization: Westfaelische Wilhelms-Universitaet Muenster, Germany
Date: Wed, 02 Apr 1997 13:08:47 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <33423E3F.2128@uni-muenster.de>

Hi,
I have to test a program which uses the MPI library on a single
processor system.
I`m writing something like a MPI Dummy library which includes MPI
function calls but works with a single processor.
The problem is that the compiler needs a definition of the communicator
MPI_Comm. Where do I find this und how do I have to define a
communicator for this "single processor communication" ?

Thank you very much for your help!!

Andreas

