Newsgroups: comp.parallel.mpi
From: lik@cs.utexas.edu (Lik Wong)
Subject: any asynchronous features in MPI?
Organization: CS Dept, University of Texas at Austin
Date: 20 Mar 1996 22:17:08 -0600
Message-ID: <4iql84$10j8@woodstock.cs.utexas.edu>

I am writing a MPI program in a set of networked workstations running
Solaris. The program is to achieve shared memory in the network.
Each process in the program may read some page in the shared memory address.
If that page is not local to that process, it will interrupt some
other process to get that page. So, I need some asynchronous/interrupt
feature from MPI. 

Does MPI provide asynchronous/interrupt function calls?

Your help is highly appreciated.
You may send your comments to my e-mail: lik@cs.utexas.edu

Thanks in advance.

Lik


