Newsgroups: comp.parallel.mpi
From: "B. Udrea" <budrea@u.washington.edu>
Subject: MPI_WAIT question
Organization: University of Washington
Date: Tue, 8 Aug 1995 17:03:51 -0700
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Message-ID: <Pine.OSF.3.91j.950808165502.14740A-100000@saul4.u.washington.edu>

Hello everybody.

I am parallelizing some CFD code using MPI and FORTRAN 90. 
I am using non-blocking sends and receives.

In MPI: A Message-Passing Interface Standard (May 5, 1994)
the authors state at pg. 39/line 31 that "MPI_WAIT is a 
non-local operation".

Does this mean that if I use MPI_ISEND in a subroutine I
can call MPI_WAIT outside of it? It looks like it is working
OK.

Thank you

Bogdan Udrea 

