Newsgroups: comp.parallel.mpi
From: Supriya Uchil <suchil@mtu.edu>
Subject: Help- Overlapping computation and communication
Organization: Michigan Technological University
Date: Mon, 06 Apr 1998 11:23:12 -0400
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3528F360.77AA@mtu.edu>

Hi,

	I have been trying to overlap communication and computation using MPI.
I use the MPI_Isend and MPI_irecv commands but I cant get the stuff to
overlap. Do I need to know something here? This is the way it goes


	MPI_irecv
	compute
	MPI_Wait
	MPI_isend

	I would really appreciate some help on this.


					Thank you
					Supriya

