On Fri, Nov 02, 2007 at 12:18:54PM +0100, Oleg Morajko wrote:
> Is there any standard way of attaching/retrieving attributes to MPI_Request
> object?
>
> Eg. Typically there are dynamic user data created when starting the
> asynchronous operation and freed when it completes. It would be convenient
Hi,
Is there any standard way of attaching/retrieving attributes to MPI_Request
object?
Eg. Typically there are dynamic user data created when starting the
asynchronous operation and freed when it completes. It would be convenient
to associate them with the request object itself to simplify the c