From: Joshua Senecal <jsenecal@ucsd.edu>
Newsgroups: comp.parallel.mpi
Subject: can you check if a message was sent?
Date: Thu, 15 Jul 1999 14:28:39 -0700
Organization: Univ of Calif San Diego
Message-Id: <378E5287.A8EABF2@ucsd.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:5332


I am recently new to MPI and I have a question that Ihave been unable to
find the answer for in the materials and textbooks that I have, and I'm
hoping that someone can help me with this.

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

