Newsgroups: comp.parallel.mpi
From: marques@irsun21.ifp (Patrick MARQUES)
Subject: Re: MPI_WAIT question
Organization: Institut Francais du Petrole
Date: 09 Aug 1995 15:22:17 GMT
Message-ID: <MARQUES.95Aug9172217@irsun21.ifp>

In article <Pine.OSF.3.91j.950808165502.14740A-100000@saul4.u.washington.edu> "B. Udrea" <budrea@u.washington.edu> writes:


> 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.

Yes, you can call MPI_WAT ourside the subroutine which call
MPI_ISEND.

-- 
Patrick MARQUES
INSTITUT FRANCAIS DU PETROLE
Email: Patrick.MARQUES@ifp.fr

