Newsgroups: comp.parallel.mpi
From: Mark Fallon <mark.fallon@hdl.ie>
Subject: Re: MPI-code correct?
Organization: Hitachi Dublin Laboratory
Date: Fri, 05 Dec 1997 13:58:08 +0000
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <34880870.AE12F1C6@hdl.ie>

The count on the MPI_Recv in incorrect, it should be 1.
You have described a new type that is made up of two
integers, so you only need a count of 1 to receive them.

Regards,

Mark.
-- 
___________________________________________________________________
Mark Fallon				Tel   : +353-1-6798911
Researcher				Fax   : +353-1-6798926
Hitachi Dublin Laboratory		Email : mark.fallon@hdl.ie
___________________________________________________________________

