Newsgroups: comp.parallel.mpi
From: Harold Carter Edwards <carter@ticam.utexas.edu>
Subject: Asynchronous Message Management
Organization: Texas Institute for Computational and Applied Mathematics
Date: Mon, 14 Oct 1996 11:31:29 -0500
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <32626AE1.41C6@ticam.utexas.edu>

FYI:

  Several applications developed here at the Texas Institute
for Computational and Applied Mathematics (TICAM) make extensive
use of MPI non-blocking communications.  I've developed a small
library, layered on MPI, which provides asynchronous message
management for these applications.  This library allows the
application to attach handlers to MPI Requests, similar to
NX hsend/hrecv or active messages.

  A report and source available at:

	http://www.ticam.utexas.edu/~carter/mmpi.html

----------------------------------------------------------------------------
Carter Edwards, carter@ticam.utexas.edu,
http://www.ticam.utexas.edu/~carter
----------------------------------------------------------------------------

