Re: [OMPI users] MPI_Request and attributes

2007-11-05 Thread Robert Latham
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

[OMPI users] MPI_Request and attributes

2007-11-02 Thread Oleg Morajko
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