Re: More clarification

Steve Huss-Lederman (lederman@cs.wisc.edu)
Tue, 15 Apr 1997 08:14:38 -0500 (CDT)

> Shouldn't the request argument to MPI_GR_START be an (MPI_Request *) since
> it is returned by the function? (Also, does the request argument to
> MPI_GR_MARK_COMPLETE need to be an (MPI_Request *) rather than just an
> (MPI_Request)?)

I agree with both of these. The first is clearly a mistake. The
second makes sense to me. You do not change the handle with
MPI_GR_MARK_COMPLETE and we do not pass the handle to any user
functions. Thus I think the change is a good idea.

Steve