From: "Michael T. Bird" <bird@sd.aetc.com>
Newsgroups: comp.parallel.mpi
Subject: Re: can you check if a message was sent?
Date: Thu, 15 Jul 1999 15:14:33 -0700
Organization: CTS Network Services
Message-Id: <378E5D49.23C92A7B@sd.aetc.com>
References: <378E5287.A8EABF2@ucsd.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:5333


Joshua Senecal wrote:
> 
> In MPI is there any way for a process to determine if a message has been
> sent to it without initiating any sort of receive? What I'd like to do
> is have a process periodically check if something has been sent to it,
> and if so, recieve it. If not, continue working.
> 
> Thanks!
> 
> -Josh

Try MPI_IPROBE.

-- 
Mike Bird
bird@sd.aetc.com

